MCPcopy 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
15const juce::String ProcessorBase::getName() const
16{
17 return JucePlugin_Name;
18}
19
20bool ProcessorBase::acceptsMidi() const
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected