fix configurable IO MIDI FX w/strict-i/o
[ardour.git] / libs / ardour / ardour / midi_model.h
index b2e018ca3b4ac7f1ca67ff64208e534a8ea49011..21c67c2b32426e09565d041b923a526c3bc88a4c 100644 (file)
@@ -287,7 +287,7 @@ public:
        boost::shared_ptr<Evoral::Control> control_factory(const Evoral::Parameter& id);
 
        void insert_silence_at_start (TimeType);
-       void transpose (TimeType, TimeType, int);
+       void transpose (NoteDiffCommand *, const NotePtr, int);
 
        std::set<WeakNotePtr>& active_notes() { return _active_notes; }