MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / hasEditor

Method hasEditor

source/PluginProcessor.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331bool PluginProcessor::hasEditor() const {
332 return true;
333}
334
335juce::AudioProcessorEditor* PluginProcessor::createEditor() {
336 return new PluginEditor(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected