MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getNumPrograms

Method getNumPrograms

Source/PluginProcessorMisc.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int OdinAudioProcessor::getNumPrograms() {
29 return 1; // NB: some hosts don't cope very well if you tell them there are 0
30 // programs, so this should be at least 1, even if you're not really
31 // implementing programs.
32}
33
34int OdinAudioProcessor::getCurrentProgram() {
35 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected