MCPcopy Create free account
hub / github.com/TheWaveWarden/odin2 / getCurrentProgram

Method getCurrentProgram

Source/PluginProcessorMisc.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int OdinAudioProcessor::getCurrentProgram() {
35 return 0;
36}
37
38void OdinAudioProcessor::setCurrentProgram(int index) {
39}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected