Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ getName
Method
getName
NeuralNote/PluginSources/ProcessorBase.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
const juce::String ProcessorBase::getName() const
16
{
17
return JucePlugin_Name;
18
}
19
20
bool ProcessorBase::acceptsMidi() const
21
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected