diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 10f5bbf4b2..fd61f173ad 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -653,6 +653,7 @@ Trigger::shutdown (BufferSet& bufs, pframes_t dest_offset) { _state = Stopped; _playout = false; + _loop_cnt = 0; _cue_launched = false; _pending_velocity_gain = _velocity_gain = 1.0; DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 shuts down\n", name()));