mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
disambiguate trigger functions: cue_bang -> trigger_cue_row
This commit is contained in:
parent
ddfefa2583
commit
75ae0fd4b1
11 changed files with 16 additions and 16 deletions
|
|
@ -486,7 +486,7 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
|
|||
return 0; \
|
||||
}
|
||||
|
||||
PATH_CALLBACK1(cue_bang,i,);
|
||||
PATH_CALLBACK1(trigger_cue_row,i,);
|
||||
PATH_CALLBACK1(stop_all_triggers,i,); //0 = "stop at end of bar" 1 = "stop now"
|
||||
|
||||
PATH_CALLBACK1(set_transport_speed,f,);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue