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

Method getCurrentProgram

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

Source from the content-addressed store, hash-verified

474int PluginProcessor::getNumPrograms() { return 1; }
475
476int PluginProcessor::getCurrentProgram() { return 0; }
477
478void PluginProcessor::setCurrentProgram(int /* index */) {}
479

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected