Skip to content

Commit 5e6f3dd

Browse files
committed
Remove commented code.
1 parent 1c1dfce commit 5e6f3dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/aeolus/division.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,6 @@ void Division::modulate(juce::AudioBuffer<float>& targetBuffer, const juce::Audi
486486
const float p = freqModCenter + freqModAmp * (0.5f - gain[i] * lvl);
487487
outL[i] = _tremulantDelayL.read(p) * g;
488488
outR[i] = _tremulantDelayR.read(p) * g;
489-
490-
//outL[i] *= g;
491-
//outR[i] *= g;
492489
}
493490

494491
// Apply swell filter

0 commit comments

Comments
 (0)