mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
update flow when loading a new session with different SR.
This commit is contained in:
parent
e85680f5ca
commit
0077923dea
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue