mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
track scrolling and zooming
This commit is contained in:
parent
27d82af077
commit
c5b93e2a01
4 changed files with 26 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue