SOUL icon indicating copy to clipboard operation
SOUL copied to clipboard

Compile error with JUCE 6.1.5

Open ellapollack opened this issue 2 years ago • 1 comments

juce::AudioPluginInstance::setParameterTree was made private in 3d1d060.

../SOUL/include/soul/patch/helper_classes/soul_patch_AudioProcessor.h:205:9: error: 'setParameterTree' is a private member of 'juce::AudioPluginInstance'
        setParameterTree (std::move (treeBuilder.tree));
        ^
../JUCE/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h:172:27: note: declared private here
    using AudioProcessor::setParameterTree;
                          ^
1 error generated.

ellapollack avatar Feb 24 '22 01:02 ellapollack

Same here. It's ok with 6.1.2 version, not with the following.

naokKoan avatar Apr 07 '22 16:04 naokKoan