add method (taken from GTK GUI) to goto_nth_marker() to BasicUI

This commit is contained in:
Paul Davis 2016-06-17 01:55:36 -04:00
parent 93dd5414d6
commit ac9b5f872d
2 changed files with 33 additions and 0 deletions

View file

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