correctly track monitoring changes in libardour and the GUI; required removing propag...
[ardour.git] / libs / ardour / ardour / midi_track.h
index 407a317433659042cc3a07d19232ca20eb940163..a2cc2e7d9d568506d43dd8c76f3713a8e0884e14 100644 (file)
@@ -41,8 +41,7 @@ public:
 
        int init ();
 
-       int roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
-                 int declick, bool can_record, bool& need_butler);
+       int roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, int declick, bool& need_butler);
 
        void realtime_handle_transport_stopped ();
        void realtime_locate ();
@@ -133,8 +132,7 @@ protected:
        bool                      _midi_thru;
        bool                      _input_active;
 
-       int no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
-                    bool state_changing, bool can_record);
+       int no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame, bool state_changing);
        void push_midi_input_to_step_edit_ringbuffer (framecnt_t nframes);
 
        void diskstream_data_recorded (boost::shared_ptr<MidiBuffer>, boost::weak_ptr<MidiSource>);