mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
triggers: always send property change when a trigger stops
This commit is contained in:
parent
5e9331bb73
commit
ff6cced4a5
1 changed files with 1 additions and 0 deletions
|
|
@ -837,6 +837,7 @@ Trigger::shutdown_from_fwd ()
|
||||||
{
|
{
|
||||||
if (_state == Stopped) {
|
if (_state == Stopped) {
|
||||||
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1/%2 [%3] already stopped\n", _box.order(), index(), name()));
|
DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1/%2 [%3] already stopped\n", _box.order(), index(), name()));
|
||||||
|
send_property_change (ARDOUR::Properties::running);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_state = Stopped;
|
_state = Stopped;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue