osc: add functions to trigger cue rows, and stop all triggers

This commit is contained in:
Ben Loftis 2022-09-25 12:14:23 -05:00
parent 9af2c31d6b
commit be28c9ff88
4 changed files with 22 additions and 0 deletions

View file

@ -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,&);