Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1310
int Processor::getNumPrograms() {
1311
callBackendWithReturn(getNumPrograms);
1312
return 1;
1313
}
1314
1315
const String Processor::getProgramName(int idx) {
1316
callBackendWithArgs1Return(getProgramName, idx);
Callers
1
handleMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected