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

Method setCurrentProgram

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

Source from the content-addressed store, hash-verified

476int PluginProcessor::getCurrentProgram() { return 0; }
477
478void PluginProcessor::setCurrentProgram(int /* index */) {}
479
480const String PluginProcessor::getProgramName(int /* index */) { return {}; }
481

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected