summaryrefslogtreecommitdiff
path: root/libs/ardour/track.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/track.cc')
-rw-r--r--libs/ardour/track.cc4
1 files changed, 4 insertions, 0 deletions
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";
}