MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / getNumPrograms

Method getNumPrograms

Source/PluginProcessor.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102int NeuralPiAudioProcessor::getNumPrograms()
103{
104 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,
105 // so this should be at least 1, even if you're not really implementing programs.
106}
107
108int NeuralPiAudioProcessor::getCurrentProgram()
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected