Skip to content

Commit

Permalink
Fix typo in Biquad Full Kill EQ Bug #1667137
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Mar 11, 2017
1 parent 524350e commit 9d56767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/native/biquadfullkilleqeffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void BiquadFullKillEQEffect::processChannel(
double fHigh = knobValueToBesselRatio(
m_pPotHigh->value(), m_pKillHigh->toBool());
pState->m_lvMixIso->processChannel(
pInput, pOutput, numSamples, sampleRate, fLow, fMid, fHigh,
pOutput, pOutput, numSamples, sampleRate, fLow, fMid, fHigh,
m_pLoFreqCorner->get(), m_pHiFreqCorner->get());
}
}

0 comments on commit 9d56767

Please sign in to comment.