Skip to content

Commit

Permalink
apply gain to sidechain
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Sep 1, 2024
1 parent 4e52bb7 commit 30f5111
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ void ValentineAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer,
processBuffer.applyGainRamp (i, 0, bufferSize, currentGain, g);
}

// for (int i = 0; i < totalNumOutputChannels; ++i)
// processBuffer.applyGainRamp (i, 0, bufferSize, currentGain, g);
currentGain = g;

// Upsample then do non-linear processing
Expand Down

0 comments on commit 30f5111

Please sign in to comment.