| 19 | } |
| 20 | |
| 21 | std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin *plugin) override { |
| 22 | return std::make_unique<PlaygroundProcessor>(SpectralAudioPlugin::FFT_OVERLAPS, m_params); |
| 23 | } |
| 24 | |
| 25 | private: |
| 26 | std::shared_ptr<PlaygroundParameters> m_params; |
nothing calls this directly
no outgoing calls
no test coverage detected