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

Method SSFInteractor

SinusoidalShapedFilter/Source/SSFInteractor.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "../../shared/wavetable.h"
4
5SSFInteractor::SSFInteractor(int numOverlaps, std::shared_ptr<SSFParameters> params)
6 : SpectralAudioProcessorInteractor(numOverlaps)
7{
8 m_freq = params->getFreqValuePointer();
9 m_phase = params->getPhaseValuePointer();
10 m_width = params->getWidthValuePointer();
11}
12
13void SSFInteractor::prepareProcess(StandardFFTProcessor* spectralProcess) {
14 auto ssf = (SSF_FFTProcessor*)spectralProcess;

Callers

nothing calls this directly

Calls 3

getPhaseValuePointerMethod · 0.80
getFreqValuePointerMethod · 0.45
getWidthValuePointerMethod · 0.45

Tested by

no test coverage detected