I want GUI Magic to read parameters from treesState. How should I fix it?
Thanks for giving it a go.
The requirement of APVTS was removed, the PGM works now by just using the processor’s interface. That means, to fix the error, simply remove the apvts from the arguments.
However, if you inherit foleys::MagicProcessor (which you should, simply replace juce::AudioProcessor with foleys::MagicProcessor as base class), then there is already a magicState you can access (protected visibility).
An overview of the changes can be found on the foleys finest forum:
You are welcome to join there, but I read here as well.
1 Like