mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
Add all_tracks_rec actions
This commit is contained in:
parent
fe7aac8dac
commit
5493e20c84
6 changed files with 36 additions and 0 deletions
|
|
@ -133,6 +133,9 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void rec_enable_toggle ();
|
||||
void toggle_all_rec_enables ();
|
||||
|
||||
void all_tracks_rec_in ();
|
||||
void all_tracks_rec_out ();
|
||||
|
||||
ARDOUR::framecnt_t timecode_frames_per_hour ();
|
||||
|
||||
void timecode_time (framepos_t where, Timecode::Time&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue