MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / getName

Method getName

Source/PluginProcessor.cpp:454–457  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

452
453//==============================================================================
454const juce::String FireAudioProcessor::getName() const
455{
456 return JucePlugin_Name;
457}
458
459bool FireAudioProcessor::acceptsMidi() const
460{

Callers 6

updateModelMethod · 0.80
getComponentNameMethod · 0.80
ifFunction · 0.80
componentStringFunction · 0.80
PluginBasics.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected