Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error with JUCE 6.1.5 #79

Open
ellapollack opened this issue Feb 24, 2022 · 1 comment
Open

Compile error with JUCE 6.1.5 #79

ellapollack opened this issue Feb 24, 2022 · 1 comment

Comments

@ellapollack
Copy link

ellapollack commented Feb 24, 2022

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.
@naokKoan
Copy link

naokKoan commented Apr 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants