fix user-driven varispeed
This commit is contained in:
parent
dbc7da0bc6
commit
e3a848dc65
@ -1221,7 +1221,7 @@ Session::plan_master_strategy (pframes_t nframes, double master_speed, samplepos
|
||||
*/
|
||||
|
||||
if (!config.get_external_sync()) {
|
||||
return 1.0;
|
||||
return actual_speed ();
|
||||
}
|
||||
|
||||
TransportMasterManager& tmm (TransportMasterManager::instance());
|
||||
|
Loading…
Reference in New Issue
Block a user