| 14 | }; |
| 15 | |
| 16 | std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin *plugin) override { |
| 17 | return std::make_unique<BaseProcessor>(SpectralAudioPlugin::FFT_OVERLAPS, m_baseParams); |
| 18 | } |
| 19 | private: |
| 20 | std::shared_ptr<BaseParameters> m_baseParams; |
| 21 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected