Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
int PluginProcessor::getCurrentProgram() {
79
return 0;
80
}
81
82
void PluginProcessor::setCurrentProgram(int index) {
83
juce::ignoreUnused(index);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected