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

Method createProcessor

Playground/PlaygroundAudioPlugin.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin *plugin) override {
22 return std::make_unique<PlaygroundProcessor>(SpectralAudioPlugin::FFT_OVERLAPS, m_params);
23 }
24
25private:
26 std::shared_ptr<PlaygroundParameters> m_params;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected