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:
Paul Davis 2022-02-21 21:06:17 -07:00
parent e8dc95ded5
commit 4048118926

View File

@ -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 ();
}