| 17 | } |
| 18 | |
| 19 | ParameterContainerComponent* createUi(SpectralAudioPlugin*) override { |
| 20 | return new SliderContainer(m_pluginParams, Colour::fromString(TEXT_COLOUR), 30); |
| 21 | } |
| 22 | std::unique_ptr<SpectralAudioProcessorInteractor> createProcessor(SpectralAudioPlugin*) override { |
| 23 | return std::make_unique<PhaseLockInteractor>(SpectralAudioPlugin::FFT_OVERLAPS, m_pluginParams); |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected