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

Method createProcessor

SpectralSuiteBuild/BaseAudioPlugin.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 };
15
16 std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin *plugin) override {
17 return std::make_unique<BaseProcessor>(SpectralAudioPlugin::FFT_OVERLAPS, m_baseParams);
18 }
19private:
20 std::shared_ptr<BaseParameters> m_baseParams;
21};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected