Fix the shuttle slider (TM)

This commit is contained in:
Ben Loftis 2021-07-17 20:49:45 -05:00
parent e152b80abd
commit fad1d07747
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ ShuttleControl::use_shuttle_fract (bool force, bool zero_ok)
more than once per process cycle.
*/
if (!force && (last_shuttle_request - now) < (PBD::microseconds_t) AudioEngine::instance()->usecs_per_cycle()) {
if (!force && (now - last_shuttle_request) < (PBD::microseconds_t) AudioEngine::instance()->usecs_per_cycle()) {
return;
}