* 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:
Hans Baier 2009-01-09 09:18:24 +00:00
parent 3f662b9f9d
commit 799b6ec97d
12 changed files with 67 additions and 54 deletions

View file

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