mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
implement mark_in, mark_out, toggle_click
This commit is contained in:
parent
f0d9295dd6
commit
36e1ff48bc
4 changed files with 32 additions and 4 deletions
|
|
@ -81,6 +81,11 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void redo ();
|
||||
void toggle_punch_in ();
|
||||
void toggle_punch_out ();
|
||||
|
||||
void mark_in();
|
||||
void mark_out();
|
||||
|
||||
void toggle_click();
|
||||
|
||||
void set_record_enable (bool yn);
|
||||
bool get_record_enabled ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue