Transport_play should not jump back.
Typical use of transport controls is to ffwd and rewind, then "play". This doesn't work well if the Play command always resets to starting position.
This commit is contained in:
@@ -62,7 +62,7 @@ class LIBCONTROLCP_API BasicUI {
|
||||
void rewind ();
|
||||
void ffwd ();
|
||||
void transport_stop ();
|
||||
void transport_play (bool jump_back = true);
|
||||
void transport_play (bool jump_back = false);
|
||||
void set_transport_speed (double speed);
|
||||
double get_transport_speed ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user