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

Method createEditor

shared/SpectralAudioPlugin.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328AudioProcessorEditor* SpectralAudioPlugin::createEditor()
329{
330 auto uiComponent = m_dependencyFactory->createUi(this);
331 return new SpectralAudioPluginUi(*this, parameters.get(), uiComponent);
332}
333
334//==============================================================================
335void SpectralAudioPlugin::getStateInformation (MemoryBlock& destData)

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
createUiMethod · 0.45

Tested by

no test coverage detected