mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
add more remote transport toggles for touchOSC: midi_panic, toggle_roll, stop_forget, set_X_range, quick snapshots. also add boilerplate for monitor controls, but those are not implemented yet
This commit is contained in:
parent
36e1ff48bc
commit
16623b1cb3
7 changed files with 145 additions and 3 deletions
|
|
@ -86,6 +86,22 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void mark_out();
|
||||
|
||||
void toggle_click();
|
||||
void midi_panic();
|
||||
|
||||
void toggle_monitor_mute();
|
||||
void toggle_monitor_dim();
|
||||
void toggle_monitor_mono();
|
||||
|
||||
void quick_snapshot_stay ();
|
||||
void quick_snapshot_switch ();
|
||||
|
||||
void toggle_roll(); //this provides the same operation as the "spacebar", it's a lot smarter than "play".
|
||||
|
||||
void stop_forget();
|
||||
|
||||
void set_punch_range();
|
||||
void set_loop_range();
|
||||
void set_session_range();
|
||||
|
||||
void set_record_enable (bool yn);
|
||||
bool get_record_enabled ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue