Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
687
MemoryBlock CtrlrMIDIBuffer::getData()
688
{
689
MemoryBlock bl;
690
bl.loadFromHexString (document.getAllContent());
691
return (bl);
692
}
693
694
void CtrlrMIDIBuffer::clearUnequalPositions()
695
{
Callers
4
compareBuffers
Method · 0.45
hexString
Method · 0.45
loadBinFile
Method · 0.45
processFormula
Method · 0.45
Calls
2
getAllContent
Method · 0.80
loadFromHexString
Method · 0.45
Tested by
no test coverage detected