From 34eafd4d4e4be40816242e06def17b129d6e4525 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 18 Jun 2024 18:16:17 +0200 Subject: [PATCH] L: inform UI about virtual_soundcheck on session load/creation --- libs/ardour/session_state.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index b454e7ca53..31f467398c 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -310,6 +310,8 @@ Session::post_engine_init () config.map_parameters (ft); _butler->map_parameters (); + VirtualSoundCheckChanged (_virtual_soundcheck); /* EMIT SIGNAL */ + /* Configure all processors; now that the * engine is running, ports are re-established, * and IOChange are complete.