update flow when loading a new session with different SR.
This commit is contained in:
parent
e85680f5ca
commit
0077923dea
@ -2771,6 +2771,9 @@ void
|
||||
EngineControl::set_desired_sample_rate (uint32_t sr)
|
||||
{
|
||||
_desired_sample_rate = sr;
|
||||
if (ARDOUR::AudioEngine::instance()->running()) {
|
||||
stop_engine ();
|
||||
}
|
||||
device_changed ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user