Skip to content

Compile error with JUCE 6.1.5 #79

@ellapollack

Description

@ellapollack

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions