Hey i recently found SOUL, and i’m very impressed
.
I tried the “soul generate --juce” option" which also works fine, i then created my own AudioProcessorEditor class for the editor, and switched it in the createEditor() function.
How could i do the Slider attachments from there ?
I got it to work manually by using setParameter() on the Processor but i don’t think this is the right way.
Could you tell me how i can connect my AudioProcessorParameters with my Sliders ? or how to access the ValueTreeStateParameter inside my AudioProcessorEditor class ?
Thanks
