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:
parent
a258295481
commit
b50f941d26
1 changed files with 1 additions and 1 deletions
|
|
@ -1664,8 +1664,8 @@ public:
|
|||
isControllerInitialised = true;
|
||||
editController->setComponentHandler (host);
|
||||
grabInformationObjects();
|
||||
synchroniseStates();
|
||||
interconnectComponentAndController();
|
||||
synchroniseStates();
|
||||
syncProgramNames();
|
||||
setupIO();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue