Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ hasEditor
Method
hasEditor
NeuralNote/PluginSources/ProcessorBase.h:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
juce::AudioProcessorEditor* createEditor() override;
22
bool hasEditor() const override { return true; }
23
24
const juce::String getName() const override;
25
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected