MCPcopy Create free account
hub / github.com/asb2m10/dexed / getProgramName

Method getProgramName

Source/PluginParam.cpp:762–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762const String DexedAudioProcessor::getProgramName(int index) {
763 if (index >= 32)
764 index = 31;
765 return programNames[index];
766}
767
768void DexedAudioProcessor::changeProgramName(int index, const String& newName) {
769}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected