13
0

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:
Ben Loftis 2016-01-19 14:00:51 -06:00
parent 5493e20c84
commit a7141e1fc3

View File

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