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

Method setBitRange

Source/Lua/JuceClasses/LMemory.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void LMemoryBlock::setBitRange(int bitRangeStart, int numBits, int binaryNumberToApply)
219{
220 return (MemoryBlock::setBitRange(bitRangeStart, numBits, binaryNumberToApply));
221}
222
223void LMemoryBlock::wrapForLua (lua_State *L)
224{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected