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

Method createUi

PhaseLock/Source/PhaseLockAudioPlugin.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected