1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

First connect controller and component and then load the state in VST3

This commit is contained in:
hogliux 2016-07-29 14:42:00 +01:00
parent a258295481
commit b50f941d26

View file

@ -1664,8 +1664,8 @@ public:
isControllerInitialised = true;
editController->setComponentHandler (host);
grabInformationObjects();
synchroniseStates();
interconnectComponentAndController();
synchroniseStates();
syncProgramNames();
setupIO();
return true;