Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZL-Audio/ZLEqualizer
/ setCurrentProgram
Method
setCurrentProgram
source/state/dummy_processor.hpp:53–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
int getCurrentProgram() override { return 0; }
52
53
void setCurrentProgram(int) override {
54
}
55
56
const juce::String getProgramName(int) override { return {}; }
57
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected