MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setRange

Method setRange

Source/Lua/Deprecated/CtrlrLuaBigInteger.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void CtrlrLuaBigInteger::setRange(const int startBit, const int numBits)
60{
61 bi.setRange (startBit, numBits, true);
62}
63
64const int CtrlrLuaBigInteger::getBitRangeAsInt(const int startBit, const int numBits)
65{

Callers 13

clearRangeMethod · 0.45
MultiMidiAlertMethod · 0.45
CtrlrSysExEditorMethod · 0.45
sliderContentChangedMethod · 0.45
sliderContentChangedMethod · 0.45
CtrlrImageSliderMethod · 0.45
CtrlrSliderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected