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

Method createSpectralProcess

Morph/Source/MorphInteractor.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::unique_ptr<StandardFFTProcessor> MorphInteractor::createSpectralProcess(int index, int fftSize, int hopSize, int sampleRate, int numOverlaps, int, int)
19{
20 return std::make_unique<MorphFFTProcessor>(fftSize, hopSize, hopSize * (index%numOverlaps), sampleRate, this->getPhaseBuffer(), &pReadArray);
21}
22
23void MorphInteractor::controlPointsChanged(Array<float> controlPoints) {
24 m_morphPointsChanged = false;

Callers

nothing calls this directly

Calls 1

getPhaseBufferMethod · 0.80

Tested by

no test coverage detected