NO-OP: add a couple of comment-placeholders about a post-record action choice

This commit is contained in:
Paul Davis 2025-05-13 12:13:51 -06:00
parent 35c6fdb044
commit 7ce7d2239b

View file

@ -2563,6 +2563,8 @@ MIDITrigger::captured (SlotArmInfo& ai, BufferSet& bufs)
iter = 0; iter = 0;
_follow_action0 = FollowAction::Again; _follow_action0 = FollowAction::Again;
/* XXXX need a set of choices for what the next thing to do here is */
/* start playing */ /* start playing */
_box.queue_explict (index()); _box.queue_explict (index());
@ -3762,6 +3764,9 @@ TriggerBox::finish_recording (BufferSet& bufs)
*/ */
ai->slot->captured (*ai, bufs); ai->slot->captured (*ai, bufs);
_arm_info = nullptr; _arm_info = nullptr;
/* XXX this should likely be dependent on what the post-record action is */
_record_state = Disabled; _record_state = Disabled;
RecEnableChanged (); /* EMIT SIGNAL */ RecEnableChanged (); /* EMIT SIGNAL */
} }