13
0

* cosmetic change

git-svn-id: svn://localhost/ardour2/branches/3.0@4372 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-01-01 22:01:47 +00:00
parent 495585db93
commit fa51acb211

View File

@ -540,8 +540,7 @@ Session::follow_slave (nframes_t nframes, nframes_t offset)
delta *= dir;
#endif
float adjusted_speed = slave_speed +
(delta / float(_current_frame_rate));
float adjusted_speed = slave_speed + (delta / float(_current_frame_rate));
#ifdef DEBUG_SLAVES
cerr << "adjust using " << delta