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

Method getNumPrograms

Server/Source/Processor.cpp:1310–1313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310int Processor::getNumPrograms() {
1311 callBackendWithReturn(getNumPrograms);
1312 return 1;
1313}
1314
1315const String Processor::getProgramName(int idx) {
1316 callBackendWithArgs1Return(getProgramName, idx);

Callers 1

handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected