From 7ce7d2239b79ba8eea36747eb1c3a2b707fbce27 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 13 May 2025 12:13:51 -0600 Subject: [PATCH] NO-OP: add a couple of comment-placeholders about a post-record action choice --- libs/ardour/triggerbox.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 2c88f5ee94..d1b5f26cd8 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -2563,6 +2563,8 @@ MIDITrigger::captured (SlotArmInfo& ai, BufferSet& bufs) iter = 0; _follow_action0 = FollowAction::Again; + /* XXXX need a set of choices for what the next thing to do here is */ + /* start playing */ _box.queue_explict (index()); @@ -3762,6 +3764,9 @@ TriggerBox::finish_recording (BufferSet& bufs) */ ai->slot->captured (*ai, bufs); _arm_info = nullptr; + + /* XXX this should likely be dependent on what the post-record action is */ + _record_state = Disabled; RecEnableChanged (); /* EMIT SIGNAL */ }