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

Method getProgramName

Server/Source/Processor.cpp:1315–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313}
1314
1315const String Processor::getProgramName(int idx) {
1316 callBackendWithArgs1Return(getProgramName, idx);
1317 return {};
1318}
1319
1320void Processor::setCurrentProgram(int idx, int channel) {
1321 if (m_isClient) {

Callers 1

handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected