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

Method getNumPrograms

Plugin/Source/PluginProcessor.cpp:474–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472bool PluginProcessor::supportsDoublePrecisionProcessing() const { return true; }
473
474int PluginProcessor::getNumPrograms() { return 1; }
475
476int PluginProcessor::getCurrentProgram() { return 0; }
477

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected