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

Method setCurrentProgram

source/PluginProcessor.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void PluginProcessor::setCurrentProgram(int index) {
83 juce::ignoreUnused(index);
84}
85
86const juce::String PluginProcessor::getProgramName(int index) {
87 juce::ignoreUnused(index);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected