FL Studio 20 : VST 3 : getStateInformation called when plugin is being created

Ok, we’re getting somewhere. The plugin demo handles state fine, even though the call order is still getState then setState.

For the demo plugin its not passing back the state from getState, but the one its supposed to restore.

So there must be a bug in our code somewhere. I’m guessing because we’re not expecting them to be called in that order something is getting messed up.

Thanks for the idea. Back to the debugger :slight_smile:

1 Like