mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
triggerbox: steps toward sane trigger stopping API and design (GUI edition)
This commit is contained in:
parent
ff89d998b2
commit
43203a407b
2 changed files with 18 additions and 3 deletions
|
|
@ -652,7 +652,7 @@ TriggerBoxUI::play_button_event (GdkEvent* ev, uint64_t n)
|
|||
switch (ev->type) {
|
||||
case GDK_BUTTON_PRESS:
|
||||
if (ev->button.button == 1) {
|
||||
_triggerbox.request_stop_all ();
|
||||
_triggerbox.stop_all_immediately ();
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue