Update build target

This commit is contained in:
Roland Rabien 2024-09-02 10:10:14 -07:00
commit 75640bfd84
2 changed files with 2 additions and 4 deletions

View file

@ -894,9 +894,7 @@ void WavetableAudioProcessor::processBlock (juce::AudioBuffer<float>& buffer, ju
scopeFifo.write (buffer);
endBlock (buffer.getNumSamples());
jassert (buffer.getMagnitude(0, buffer.getNumSamples()) < 0.0001);
dspLock.exit();
}