I’ve got a plugin host app in JUCE 8, and it scans plugins on the users system.
There is also feature to load a plugin into an FX Chain, and then a button “show plugin GUI”.
The plugin GUI appears successfully the first time I show it, so I close that window, but does not appear the second time when I click “show plugin GUI”.
I tried the re-creation approach… so destroy the plugin GUI window, then recreate it, and then tried just hiding the plugin GUI and unhiding it, but that didn’t seem to work either.
Whats a good way to approach this?
