From 2aa313eb4e77dc6db5e49c9e9db83867dd8e64c1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 30 Aug 2021 16:32:02 -0600 Subject: [PATCH] triggerbox: actually fully stop trigger when explicitly requested, rather than use follow action --- libs/ardour/triggerbox.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 88c3e6c8d3..55ceac3407 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -121,6 +121,7 @@ Trigger::quantization () const void Trigger::stop () { + _next_trigger = -1; request_state (Stopped); }