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

Method getProgramName

Source/PluginProcessor.cpp:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506const juce::String FireAudioProcessor::getProgramName(int index)
507{
508 return {};
509}
510
511void FireAudioProcessor::changeProgramName(int index, const juce::String& newName)
512{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected