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

Method getNumPrograms

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

Source from the content-addressed store, hash-verified

568const json& ProcessorClient::getParameters() { return m_parameters; }
569
570int ProcessorClient::getNumPrograms() { return m_presets.size(); }
571
572const String ProcessorClient::getProgramName(int i) {
573 if (i > -1 && i < m_presets.size()) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected