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

Method getBitRange

Source/Lua/JuceClasses/LMemory.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213int LMemoryBlock::getBitRange (int bitRangeStart, int numBits)
214{
215 return (MemoryBlock::getBitRange(bitRangeStart, numBits));
216}
217
218void LMemoryBlock::setBitRange(int bitRangeStart, int numBits, int binaryNumberToApply)
219{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected