13
0

session has no frames_per_cycle() method

git-svn-id: svn://localhost/ardour2/branches/3.0@6218 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-30 17:09:50 +00:00
parent 1ab5662166
commit 2c4fa9e19b

View File

@ -556,7 +556,7 @@ Session::follow_slave (nframes_t nframes)
delta *= dir;
#endif
if (fabs(delta) > frames_per_cycle()) {
if (fabs(delta) > engine().frames_per_cycle()) {
/* too far off, so locate and keep rolling */
DEBUG_TRACE (DEBUG::Slave, string_compose ("slave delta is too big, locate to %1\n", slave_transport_frame));
request_locate (slave_transport_frame, true);