mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Sync session and engine settings after reconfiguration
This commit is contained in:
parent
06717e9f84
commit
a10f001c97
1 changed files with 2 additions and 0 deletions
|
|
@ -1677,6 +1677,8 @@ Session::set_state (const XMLNode& node, int version)
|
|||
/* fallthrough */
|
||||
case -1:
|
||||
if (AudioEngine::instance()->running ()) {
|
||||
set_block_size (_engine.samples_per_cycle());
|
||||
set_sample_rate (_engine.sample_rate());
|
||||
/* retry */
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue