MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getProgramName

Method getProgramName

Source/PluginProcessorMisc.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const String OdinAudioProcessor::getProgramName(int index) {
42 return {};
43}
44
45void OdinAudioProcessor::changeProgramName(int index, const String &newName) {
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected