Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZL-Audio/ZLEqualizer
/ createEditor
Method
createEditor
source/state/dummy_processor.hpp:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
juce::AudioProcessorEditor* createEditor() override { return nullptr; }
36
37
bool hasEditor() const override { return false; }
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected