* cosmetic change
git-svn-id: svn://localhost/ardour2/branches/3.0@4372 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
495585db93
commit
fa51acb211
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user