Skip to content

Commit

Permalink
ELSE
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Sep 1, 2024
1 parent 3b87dd8 commit 4e52bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ void ValentineAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer,
sidechainOversampler.processSamplesUp (sidechainInput);
ffCompressor->process (highSampleRateBlock, highSampleRateSideChain);
}
else
{
ffCompressor->process (highSampleRateBlock, highSampleRateBlock);
}
Expand Down

0 comments on commit 4e52bb7

Please sign in to comment.