Skip to content

Commit

Permalink
Adding chebyshev distortion
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarkuloo committed Jul 14, 2021
1 parent cdda584 commit f4afb81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Distortion_Project/Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ void Distortion_ProjectAudioProcessor::processBlock (juce::AudioBuffer<float>& b
//driveNormal.applyGain(buffer, buffer.getNumSamples());
//clipNormal.applyGain(buffer, buffer.getNumSamples());
inGainNormal.applyGain(buffer, buffer.getNumSamples());



for (int channel = 0; channel < totalNumInputChannels; ++channel)
{
Expand Down

0 comments on commit f4afb81

Please sign in to comment.