13
0

update flow when loading a new session with different SR.

This commit is contained in:
Robin Gareus 2016-04-18 15:18:36 +02:00
parent e85680f5ca
commit 0077923dea

View File

@ -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 ();
}