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

Method createProcessor

Morph/Source/MorphAudioPlugin.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin*) override {
20 return std::make_unique<MorphInteractor>(SpectralAudioPlugin::FFT_OVERLAPS, m_params);
21 }
22
23 Array<int> fftSizesToNotInclude() override {
24 return Array<int>(128);

Callers 1

initialiseParametersMethod · 0.45

Calls

no outgoing calls

Tested by 1

initialiseParametersMethod · 0.36