mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
osc: add functions to trigger cue rows, and stop all triggers
This commit is contained in:
parent
9af2c31d6b
commit
be28c9ff88
4 changed files with 22 additions and 0 deletions
|
|
@ -486,6 +486,9 @@ class OSC : public ARDOUR::ControlProtocol, public AbstractUI<OSCUIRequest>
|
|||
return 0; \
|
||||
}
|
||||
|
||||
PATH_CALLBACK1(cue_bang,i,);
|
||||
PATH_CALLBACK1(stop_all_triggers,i,); //0 = "stop at end of bar" 1 = "stop now"
|
||||
|
||||
PATH_CALLBACK1(set_transport_speed,f,);
|
||||
PATH_CALLBACK1(add_marker_name,s,&);
|
||||
PATH_CALLBACK1(access_action,s,&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue