Integration with JUCE

Dear community, am facing a few issues with PGM UI in JUCE. at runtime.

  1. I see the PGM editor, but the layout is all sliders even though I have attached a layout.xml as a binary source. when I change, I see a blank screen.
  2. when I try to edit the PGM, I do not see any response to the sliders.
  3. Trying to build a preset selector dropdown, but the settings do not change with presets.

Any help or hints will be helpful.

Usually I use magic.xml as file name, but you can call it whatever you want. You only need to adapt the calls in the MagicProcessor constructor or the callback.

Have a look at the examples and set a break point where the editor is created, I guess something with reading the ValueTree might have gone wrong?