Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processCVOffsets
Method · 0.80
updateDataForLEDDisplay
Method · 0.80
processProgramBankKnobLogic
Method · 0.80
setAlgorithmViaBank
Method · 0.80
appendContextMenu
Method · 0.80
Calls
1
getValue
Method · 0.80
Tested by
no test coverage detected