diff --git a/Source/PluginProcessor.cpp b/Source/PluginProcessor.cpp index 32937ee..50cb444 100644 --- a/Source/PluginProcessor.cpp +++ b/Source/PluginProcessor.cpp @@ -7,7 +7,7 @@ HorizontAudioProcessor::HorizontAudioProcessor() .withInput ("Input", juce::AudioChannelSet::stereo(), true) .withOutput ("Output", juce::AudioChannelSet::stereo(), true)), apvts (*this, nullptr, "Parameters", createParameterLayout()), - presets (getPresets()) + presets (::getPresets()) { lowCutParam = apvts.getRawParameterValue ("lowCut"); highCutParam = apvts.getRawParameterValue ("highCut");