We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3493fad commit a9ea1a7Copy full SHA for a9ea1a7
1 file changed
src/app/PluginProcessor.cpp
@@ -49,8 +49,6 @@ PluginProcessor::processBlock(juce::AudioBuffer<float>& buffer,
49
50
// Start actual processing
51
TRACE_DSP();
52
- const auto* bypassParam = apvts.getRawParameterValue("GlobalBypass");
53
- bool isBypassed = bypassParam->load() > 0.5f;
54
55
oscilloscopeBuffer.addToFifo(buffer);
56
}
0 commit comments