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

Method getData

Source/UIComponents/CtrlrMIDI/CtrlrMIDIBuffer.cpp:687–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687MemoryBlock CtrlrMIDIBuffer::getData()
688{
689 MemoryBlock bl;
690 bl.loadFromHexString (document.getAllContent());
691 return (bl);
692}
693
694void CtrlrMIDIBuffer::clearUnequalPositions()
695{

Callers 4

compareBuffersMethod · 0.45
hexStringMethod · 0.45
loadBinFileMethod · 0.45
processFormulaMethod · 0.45

Calls 2

getAllContentMethod · 0.80
loadFromHexStringMethod · 0.45

Tested by

no test coverage detected