MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / getNumPrograms

Method getNumPrograms

shared/SpectralAudioPlugin.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179int SpectralAudioPlugin::getNumPrograms()
180{
181 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,
182 // so this should be at least 1, even if you're not really implementing programs.
183}
184
185int SpectralAudioPlugin::getCurrentProgram()
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected