diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 4d0605de9b..099a08c440 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -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 (); }