MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / getNumPrograms

Method getNumPrograms

NeuralNote/PluginSources/ProcessorBase.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52int ProcessorBase::getNumPrograms()
53{
54 return 1; // NB: some hosts don't cope very well if you tell them there are 0 programs,
55 // so this should be at least 1, even if you're not really implementing programs.
56}
57
58int ProcessorBase::getCurrentProgram()
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected