Why does my editor get created twice?

It gets created then destroyed then created again. I found two other forum posts with this problem, one which refers to a dead link, another saying they got it fixed…

Is this normal?

I’m using a VST2 build on linux in the JUCE host.

You have to be able to live with it… the host is allowed to do so.

1 Like

classic deal with it :sunglasses:

1 Like

If it’s a problem because creating and destroying the GUI takes a long time, make the GUI creation and destruction take less time. (For example, defer creation of expensive objects to happen a bit later than when the host creates the GUI.)

1 Like