mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
disambiguate trigger functions: stop_all_triggers -> trigger_stop_all
This commit is contained in:
parent
75ae0fd4b1
commit
1e283adb22
8 changed files with 10 additions and 10 deletions
|
|
@ -579,9 +579,9 @@ CueMaster::event_handler (GdkEvent* ev)
|
|||
case GDK_BUTTON_PRESS:
|
||||
if (ev->button.button == 1) {
|
||||
if (Keyboard::modifier_state_equals (ev->button.state, Keyboard::PrimaryModifier)) {
|
||||
_session->stop_all_triggers (true); //stop 'now'
|
||||
_session->trigger_stop_all (true); //stop 'now'
|
||||
} else {
|
||||
_session->stop_all_triggers (false); //stop quantized (bar end)
|
||||
_session->trigger_stop_all (false); //stop quantized (bar end)
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue