MCPcopy Create free account
hub / github.com/ZL-Audio/ZLEqualizer / getCurrentProgram

Method getCurrentProgram

source/PluginProcessor.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int PluginProcessor::getCurrentProgram() {
79 return 0;
80}
81
82void PluginProcessor::setCurrentProgram(int index) {
83 juce::ignoreUnused(index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected