From 8408d5916cb7e8fd72d896385f2091a5c85cea41 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 22 Feb 2022 22:00:11 -0700 Subject: [PATCH] triggerbox: if we find a cue marker, we are no longer locate armed --- libs/ardour/triggerbox.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 099a08c440..9ccd68183f 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -3458,10 +3458,12 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp _currently_playing->unbang (); } + _locate_armed = 0; + } else if (cue_bang >= 0) { _active_scene = cue_bang; + _locate_armed = 0; } - } /* STEP SIX: if at this point there is an active cue, make it trigger