We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f53a46 commit d1abd7aCopy full SHA for d1abd7a
Source/SpecialFX.cpp
@@ -84,7 +84,7 @@ void Constellation::processBlock(juce::AudioBuffer<float>& buffer, juce::MidiBuf
84
else
85
selectedLfo = lfoOutput.normalOutput;
86
87
- channelFeedback[channel] += delay.getSampleAtDelay(channel, (feedbackDelayTimes[delFb] * mSamplesPerMs * mParameters.roomSize) + (selectedLfo * mParameters.modDepth * 64.0f)) / 16.0f;
+ channelFeedback[channel] += delay.getSampleAtDelay(channel, (feedbackDelayTimes[delFb] * mSamplesPerMs * mParameters.roomSize) + (selectedLfo * 32.0f)) / 13.0f;
88
}
89
90
0 commit comments