MCPcopy Create free account
hub / github.com/asb2m10/dexed / getCurrentProgram

Method getCurrentProgram

Source/PluginParam.cpp:731–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731int DexedAudioProcessor::getCurrentProgram() {
732 return currentProgram;
733}
734
735void DexedAudioProcessor::setCurrentProgram(int index) {
736 TRACE("setting program %d state", index);

Callers 2

loadCartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected