probonopd / MultiDexed

MultiDexed
10 stars 1 forks source link

Check the HostPluginDemo example #14

Open probonopd opened 1 year ago

probonopd commented 1 year ago

JUCE 7 has a HostPluginDemo example.

BUT

https://forum.juce.com/t/example-of-hosting-a-plugin/52193/8

Things like this make me really dislike JUCE because everything seems way more complicated than it should be and the examples are half-baked.

probonopd commented 1 year ago
  • Loading Dexed GUI into the current window, using that example, then trying to close it using the button crashes REAPER. So not even their example works properly without crashing!
  • Loading Dexed GUI into a new window, then selecting a patch from the Dexed drop-down crashes REAPER as well. So not even their example works properly without crashing!

"Fixed" by using the JUCE 7 based NIGHTLY Dexed build.