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

Method createParams

SpectralSuiteBuild/BaseAudioPlugin.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11 std::shared_ptr<PluginParameters> createParams(SpectralAudioPlugin *plugin) override {
12 m_baseParams = std::make_shared<BaseParameters>(plugin);
13 return m_baseParams;
14 };
15
16 std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin *plugin) override {
17 return std::make_unique<BaseProcessor>(SpectralAudioPlugin::FFT_OVERLAPS, m_baseParams);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected