mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
* 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:
parent
3f662b9f9d
commit
799b6ec97d
12 changed files with 67 additions and 54 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue