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

Method changeProgramName

Source/PluginParam.cpp:768–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768void DexedAudioProcessor::changeProgramName(int index, const String& newName) {
769}
770
771const String DexedAudioProcessor::getParameterName(int index) {
772 return ctrl[index]->label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected