MCPcopy Create free account
hub / github.com/VCVRack/Befaco / getProgram

Method getProgram

src/noise-plethora/plugins/ProgramSelector.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return bank.getValue();
57 }
58 int getProgram() {
59 return program.getValue();
60 }
61 int setBank(int b) {
62 if (getBankForIndex(b).getSize()) { // assumed that only top bank can be empty
63 return bank.setValue(b);

Callers 5

processCVOffsetsMethod · 0.80
setAlgorithmViaBankMethod · 0.80
appendContextMenuMethod · 0.80

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected