MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / prepareProcess

Method prepareProcess

SinusoidalShapedFilter/Source/SSFInteractor.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void SSFInteractor::prepareProcess(StandardFFTProcessor* spectralProcess) {
14 auto ssf = (SSF_FFTProcessor*)spectralProcess;
15 ssf->setFrequency(*m_freq);
16 ssf->setPhase(*m_phase);
17 ssf->setWidth(*m_width);
18}
19
20std::unique_ptr<StandardFFTProcessor> SSFInteractor::createSpectralProcess(
21 int index, int fftSize, int hopSize, int sampleRate,

Callers

nothing calls this directly

Calls 3

setFrequencyMethod · 0.45
setPhaseMethod · 0.45
setWidthMethod · 0.45

Tested by

no test coverage detected