Home
last modified time | relevance | path

Searched refs:m_pBandBuf (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mixxx/mixxx-2.3.0/src/effects/builtin/
H A Dlvmixeqbase.h33 m_pBandBuf = SampleUtil::alloc(bufferParameters.samplesPerBuffer()); in LVMixEQEffectGroupState()
53 SampleUtil::free(m_pBandBuf); in ~LVMixEQEffectGroupState()
107 m_delay2->process(pInput, m_pBandBuf, numSamples); in processChannel()
108 m_low2->process(m_pBandBuf, m_pBandBuf, numSamples); in processChannel()
126 m_pBandBuf, fMid, in processChannel()
157 m_pBandBuf, m_oldMid, in processChannel()
165 &m_pBandBuf[copySamples], m_oldMid, fMid, in processChannel()
188 m_delay2->processAndPauseFilter(pInput, m_pBandBuf, numSamples); in processChannelAndPause()
189 m_low2->processAndPauseFilter(m_pBandBuf, m_pBandBuf, numSamples); in processChannelAndPause()
198 m_pBandBuf, m_oldMid, 0.0, in processChannelAndPause()
[all …]
H A Dbiquadfullkilleqeffect.h37 mixxx::SampleBuffer m_pBandBuf; variable
H A Dbiquadfullkilleqeffect.cpp75 m_pBandBuf(bufferParameters.samplesPerBuffer()), in BiquadFullKillEQEffectGroupState()