cmajor-lang / cmajor

The Cmajor public repository
https://cmajor.dev
Other
534 stars 31 forks source link

Fixed not found error by adding juce namespace to AudioProcessorListener #47

Closed remaininlight closed 2 months ago

remaininlight commented 7 months ago

I had this error compiling version 1.0.2397 (latest):

/cmajor/include/cmajor/helpers/cmaj_JUCEPlugin.h:452:24 Use of undeclared identifier 'AudioProcessorListener'; did you mean 'juce::AudioProcessorListener'?

Adding juce:: namespace fixed it for me

cesaref commented 2 months ago

This has been added