13
0

triggerbox: actually fully stop trigger when explicitly requested, rather than use follow action

This commit is contained in:
Paul Davis 2021-08-30 16:32:02 -06:00
parent 13a0f74ce4
commit 2aa313eb4e

View File

@ -121,6 +121,7 @@ Trigger::quantization () const
void
Trigger::stop ()
{
_next_trigger = -1;
request_state (Stopped);
}