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

Method getProgramName

source/PluginProcessor.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86const juce::String PluginProcessor::getProgramName(int index) {
87 juce::ignoreUnused(index);
88 return "Default";
89}
90
91void PluginProcessor::changeProgramName(int, const juce::String&) {
92}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected