mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
triggerbox: continued work on Repeat trigger mode
This commit is contained in:
parent
8b1f7a696d
commit
ed6121d76e
2 changed files with 37 additions and 24 deletions
|
|
@ -581,7 +581,8 @@ TriggerBoxUI::play_button_event (GdkEvent *ev, uint64_t n)
|
|||
case GDK_BUTTON_RELEASE:
|
||||
switch (ev->button.button) {
|
||||
case 1:
|
||||
if (_slots[n]->trigger().launch_style() == Trigger::Gate) {
|
||||
if (_slots[n]->trigger().launch_style() == Trigger::Gate ||
|
||||
_slots[n]->trigger().launch_style() == Trigger::Repeat) {
|
||||
_slots[n]->trigger().unbang ();
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue