Skip to content

Commit

Permalink
use whole buffer for metere
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Aug 31, 2024
1 parent 5489e7e commit 9b17990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void ValentineAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer,
return;
}

inputMeterSource.measureBlock (sideChainBuffer);
inputMeterSource.measureBlock (buffer);

// "Downsample" and Bitcrush processing
if (crushOn.get())
Expand Down

0 comments on commit 9b17990

Please sign in to comment.