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:
Ben Loftis 2016-01-16 19:32:00 -06:00 committed by Robin Gareus
parent 16623b1cb3
commit 27d82af077
5 changed files with 110 additions and 76 deletions

View file

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