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

Method getProgramName

Server/Source/ProcessorClient.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570int ProcessorClient::getNumPrograms() { return m_presets.size(); }
571
572const String ProcessorClient::getProgramName(int i) {
573 if (i > -1 && i < m_presets.size()) {
574 return m_presets[i];
575 }
576 return {};
577}
578
579void ProcessorClient::setCurrentProgram(int i) {
580 traceScope();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected