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

Method getCurrentProgram

NeuralNote/PluginSources/ProcessorBase.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int ProcessorBase::getCurrentProgram()
59{
60 return 0;
61}
62
63void ProcessorBase::setCurrentProgram(int index)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected