From 8ff34fde9d5bffb2f205a10a160c3a7f15c25141 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 21 Oct 2011 15:05:33 +0000 Subject: correctly track monitoring changes in libardour and the GUI; required removing propagation of session rec-enabled status through process chain and replacing it with call to Session::actively_recording() where necessary (may require a new RT event) git-svn-id: svn://localhost/ardour2/branches/3.0@10265 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/midi_track.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libs/ardour/ardour/midi_track.h') diff --git a/libs/ardour/ardour/midi_track.h b/libs/ardour/ardour/midi_track.h index 407a317433..a2cc2e7d9d 100644 --- a/libs/ardour/ardour/midi_track.h +++ b/libs/ardour/ardour/midi_track.h @@ -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, boost::weak_ptr); -- cgit v1.2.3