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