track scrolling and zooming

This commit is contained in:
Ben Loftis 2016-01-16 20:33:04 -06:00 committed by Robin Gareus
parent 27d82af077
commit c5b93e2a01
4 changed files with 26 additions and 4 deletions

View file

@ -122,9 +122,13 @@ class LIBCONTROLCP_API BasicUI {
void zoom_5_min();
void zoom_10_min();
void zoom_to_session();
void temporal_zoom_in();
void temporal_zoom_out();
void scroll_up_1_track();
void scroll_dn_1_track();
void scroll_up_1_page();
void scroll_dn_1_page();
void rec_enable_toggle ();
void toggle_all_rec_enables ();