mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
fix user-driven varispeed
This commit is contained in:
parent
dbc7da0bc6
commit
e3a848dc65
1 changed files with 1 additions and 1 deletions
|
|
@ -1221,7 +1221,7 @@ Session::plan_master_strategy (pframes_t nframes, double master_speed, samplepos
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!config.get_external_sync()) {
|
if (!config.get_external_sync()) {
|
||||||
return 1.0;
|
return actual_speed ();
|
||||||
}
|
}
|
||||||
|
|
||||||
TransportMasterManager& tmm (TransportMasterManager::instance());
|
TransportMasterManager& tmm (TransportMasterManager::instance());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue