mirror of
https://codeberg.org/armin/horizont.git
synced 2026-09-01 04:10:46 +02:00
qualify getPresets with global scope
This commit is contained in:
parent
dbca87b1f5
commit
0d3a3280e4
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ HorizontAudioProcessor::HorizontAudioProcessor()
|
||||||
.withInput ("Input", juce::AudioChannelSet::stereo(), true)
|
.withInput ("Input", juce::AudioChannelSet::stereo(), true)
|
||||||
.withOutput ("Output", juce::AudioChannelSet::stereo(), true)),
|
.withOutput ("Output", juce::AudioChannelSet::stereo(), true)),
|
||||||
apvts (*this, nullptr, "Parameters", createParameterLayout()),
|
apvts (*this, nullptr, "Parameters", createParameterLayout()),
|
||||||
presets (getPresets())
|
presets (::getPresets())
|
||||||
{
|
{
|
||||||
lowCutParam = apvts.getRawParameterValue ("lowCut");
|
lowCutParam = apvts.getRawParameterValue ("lowCut");
|
||||||
highCutParam = apvts.getRawParameterValue ("highCut");
|
highCutParam = apvts.getRawParameterValue ("highCut");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue