triggerbox: stop-all-cues cue event now stops all running triggers
This is done regardless of whether or not the trigger was started by a cue or individually
This commit is contained in:
parent
e8dc95ded5
commit
4048118926
@ -3454,7 +3454,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
||||
* marker.The stop is quantized, not immediate.
|
||||
*/
|
||||
|
||||
if (_currently_playing && _currently_playing->cue_launched()) {
|
||||
if (_currently_playing) {
|
||||
_currently_playing->unbang ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user