MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / createEditor

Method createEditor

NeuralNote/PluginSources/ProcessorBase.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95juce::AudioProcessorEditor* ProcessorBase::createEditor()
96{
97 return new juce::GenericAudioProcessorEditor(*this);
98}
99
100bool ProcessorBase::isBusesLayoutSupported(const juce::AudioProcessor::BusesLayout& layouts) const
101{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected