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

Method getName

source/PluginProcessor.cpp:41–43  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

39
40//==============================================================================
41const juce::String PluginProcessor::getName() const {
42 return JucePlugin_Name;
43}
44
45bool PluginProcessor::acceptsMidi() const {
46#if JucePlugin_WantsMidiInput

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected