* changed transport speed in session and slaves from float to double
* added some comments git-svn-id: svn://localhost/ardour2/branches/3.0@4394 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -50,8 +50,8 @@ class BasicUI {
|
||||
void ffwd ();
|
||||
void transport_stop ();
|
||||
void transport_play (bool jump_back = true);
|
||||
void set_transport_speed (float speed);
|
||||
float get_transport_speed ();
|
||||
void set_transport_speed (double speed);
|
||||
double get_transport_speed ();
|
||||
|
||||
jack_nframes_t transport_frame ();
|
||||
void locate (jack_nframes_t frame, bool play = false);
|
||||
|
||||
Reference in New Issue
Block a user