mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
add some horz and vert zoom actions; remove some whitespace from the code of the ui-actions, so they are easier to see and maintain
This commit is contained in:
parent
16623b1cb3
commit
27d82af077
5 changed files with 110 additions and 76 deletions
|
|
@ -106,6 +106,26 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void set_record_enable (bool yn);
|
||||
bool get_record_enabled ();
|
||||
|
||||
//editor visibility stuff (why do we have to make explicit numbers here? because "gui actions" don't accept args
|
||||
void fit_1_track();
|
||||
void fit_2_tracks();
|
||||
void fit_4_tracks();
|
||||
void fit_8_tracks();
|
||||
void fit_16_tracks();
|
||||
void fit_32_tracks();
|
||||
void fit_all_tracks();
|
||||
void zoom_10_ms();
|
||||
void zoom_100_ms();
|
||||
void zoom_1_sec();
|
||||
void zoom_10_sec();
|
||||
void zoom_1_min();
|
||||
void zoom_5_min();
|
||||
void zoom_10_min();
|
||||
void zoom_to_session();
|
||||
|
||||
void scroll_up_1_track();
|
||||
void scroll_dn_1_track();
|
||||
|
||||
void rec_enable_toggle ();
|
||||
void toggle_all_rec_enables ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue