mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
* 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
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue