MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / getNumPrograms

Method getNumPrograms

Source/DSP/GranularSynth.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90double GranularSynth::getTailLengthSeconds() const { return 0.0; }
91
92int GranularSynth::getNumPrograms() {
93 return 1; // NB: some hosts don't cope very well if you tell them there are 0
94 // programs, so this should be at least 1, even if you're not
95 // really implementing programs.
96}
97
98int GranularSynth::getCurrentProgram() { return 0; }
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected