MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / getProgramName

Method getProgramName

Source/PluginProcessor.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117const String NeuralPiAudioProcessor::getProgramName (int index)
118{
119 return {};
120}
121
122void NeuralPiAudioProcessor::changeProgramName (int index, const String& newName)
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected