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

Method hasEditor

source/state/dummy_processor.hpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 juce::AudioProcessorEditor* createEditor() override { return nullptr; }
36
37 bool hasEditor() const override { return false; }
38
39 const juce::String getName() const override { return {}; }
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected