From b50f941d26650acfed0bf627463ba35bf83b2a32 Mon Sep 17 00:00:00 2001 From: hogliux Date: Fri, 29 Jul 2016 14:42:00 +0100 Subject: [PATCH] First connect controller and component and then load the state in VST3 --- .../format_types/juce_VST3PluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 486bf02088..2ba2b14fcf 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -1664,8 +1664,8 @@ public: isControllerInitialised = true; editController->setComponentHandler (host); grabInformationObjects(); - synchroniseStates(); interconnectComponentAndController(); + synchroniseStates(); syncProgramNames(); setupIO(); return true;