Skip to content

Commit a9ea1a7

Browse files
committed
refactor: remove bypass parameter handling from processBlock
1 parent 3493fad commit a9ea1a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/PluginProcessor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ PluginProcessor::processBlock(juce::AudioBuffer<float>& buffer,
4949

5050
// Start actual processing
5151
TRACE_DSP();
52-
const auto* bypassParam = apvts.getRawParameterValue("GlobalBypass");
53-
bool isBypassed = bypassParam->load() > 0.5f;
5452

5553
oscilloscopeBuffer.addToFifo(buffer);
5654
}

0 commit comments

Comments
 (0)