JoshMarler / react-juce

Write cross-platform native apps with React.js and JUCE
https://docs.react-juce.dev
MIT License
763 stars 79 forks source link

"Type error: undefined not callable (property 'beginParameterChange')" when running GainPlugin example #307

Open mepc36 opened 1 year ago

mepc36 commented 1 year ago

After following this tutorial here, the plugin just loads for a while...

Screenshot 2023-02-02 at 3 40 23 PM

...and then crashes:

Screenshot 2023-02-02 at 3 40 28 PM

I did have to follow the advice in this issue here in order to fix the "Member access into incomplete type" compiling errors, so maybe that broke something else?

Will report back with info.