mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
add method (taken from GTK GUI) to goto_nth_marker() to BasicUI
This commit is contained in:
parent
93dd5414d6
commit
ac9b5f872d
2 changed files with 33 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void all_tracks_rec_in ();
|
||||
void all_tracks_rec_out ();
|
||||
|
||||
void goto_nth_marker (int n);
|
||||
|
||||
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