mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Replace direct use of Session::request_locate() in surfaces
This commit is contained in:
parent
666b3ba920
commit
7b73f006a6
5 changed files with 11 additions and 11 deletions
|
|
@ -71,7 +71,7 @@ class LIBCONTROLCP_API BasicUI {
|
|||
void jump_by_beats (int beats, LocateTransportDisposition ltd = RollIfAppropriate);
|
||||
|
||||
samplepos_t transport_sample ();
|
||||
void locate (samplepos_t sample, LocateTransportDisposition ltd);
|
||||
void locate (samplepos_t sample, LocateTransportDisposition ltd = RollIfAppropriate);
|
||||
void locate (samplepos_t sample, bool);
|
||||
bool locating ();
|
||||
bool locked ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue