We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a80e09 commit 197afc5Copy full SHA for 197afc5
2 files changed
Source/ConcertHallB.cpp
@@ -67,7 +67,7 @@ void LargeConcertHallB::prepare(const juce::dsp::ProcessSpec& spec)
67
allpassR4Outer.prepare(monoSpec);
68
69
lfoParameters.frequency_Hz = 0.5;
70
- lfoParameters.waveform = generatorWaveform::kSin;
+ lfoParameters.waveform = generatorWaveform::kTriangle;
71
lfo.setParameters(lfoParameters);
72
lfo.reset(spec.sampleRate);
73
}
Source/DattorroVerb.cpp
@@ -46,7 +46,7 @@ void DattorroPlate::prepare(const juce::dsp::ProcessSpec& spec)
46
47
// prepare lfo
48
lfoParameters.frequency_Hz = 0.25;
49
50
51
52
reset();
0 commit comments