disambiguate trigger functions: cue_bang -> trigger_cue_row

This commit is contained in:
Ben Loftis 2022-09-26 15:48:30 -05:00
parent ddfefa2583
commit 75ae0fd4b1
11 changed files with 16 additions and 16 deletions

View file

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