From 9ad2875905c611b33fc9114101da224c878ca9cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Dec 2009 02:15:12 +0000 Subject: move Session::Event into SessionEvent class; add SessionEventManager (Session IS-A SessionEventManager); make session ops to toggle all track rec-enable be atomic with respect to process() git-svn-id: svn://localhost/ardour2/branches/3.0@6273 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/track.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/track.cc') diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 01201d38e7..acf0c50e18 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -192,13 +192,17 @@ Track::set_record_enable (bool yn, void *src) _diskstream->set_record_enabled (yn); +#if 0 if (_diskstream->record_enabled()) { set_meter_point (MeterInput, this); } else { set_meter_point (_saved_meter_point, this); } +#endif + cerr << "4\n"; _rec_enable_control->Changed (); + cerr << "5\n"; } -- cgit v1.2.3