From 846f7b281a9b30eab1ff652e9e4b84c140c8065a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 26 Oct 2025 09:46:09 -0600 Subject: [PATCH] track rec-enable does NOT enable triggerbox recording This was leftover from an earlier conception of how clip recording might work --- libs/ardour/track.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 6aaae92cba..69f059a745 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -413,7 +413,6 @@ Track::record_enable_changed (bool, Controllable::GroupControlDisposition) bool yn = _record_enable_control->get_value(); _disk_writer->set_record_enabled (yn); - _triggerbox->set_record_enabled (yn); } void