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

Method getNumPrograms

source/PluginProcessor.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73int PluginProcessor::getNumPrograms() {
74 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,
75 // so this should be at least 1, even if you're not really implementing programs.
76}
77
78int PluginProcessor::getCurrentProgram() {
79 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected