MCPcopy Create free account
hub / github.com/apohl79/audiogridder / getProgramName

Method getProgramName

Plugin/Source/PluginProcessor.cpp:480–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478void PluginProcessor::setCurrentProgram(int /* index */) {}
479
480const String PluginProcessor::getProgramName(int /* index */) { return {}; }
481
482void PluginProcessor::changeProgramName(int /* index */, const String& /* newName */) {}
483

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected