MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / getNumPrograms

Method getNumPrograms

Source/PluginProcessor.cpp:491–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491int FireAudioProcessor::getNumPrograms()
492{
493 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,
494 // so this should be at least 1, even if you're not really implementing programs.
495}
496
497int FireAudioProcessor::getCurrentProgram()
498{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected