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

Method getData

Source/MIDI/CtrlrMidiMessage.cpp:800–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800const LMemoryBlock CtrlrMidiMessage::getData() const
801{
802 MemoryBlock bl(0);
803 for (int i=0; i<messageArray.size(); i++)
804 {
805 bl.append (messageArray.getReference(i).m.getRawData(), messageArray.getReference(i).m.getRawDataSize());
806 }
807 return (bl);
808}
809
810void CtrlrMidiMessage::patternChanged()
811{

Callers 15

copyXmlToBinaryMethod · 0.45
getDefaultResourcesMethod · 0.45
setBundleInfoCarbonMethod · 0.45
writeResourceMethod · 0.45
getDefaultResourcesMethod · 0.45
CtrlrMidiMessageMethod · 0.45
patternChangedMethod · 0.45
toStringMethod · 0.45
matchSysExMethod · 0.45

Calls 4

getReferenceMethod · 0.80
sizeMethod · 0.45
appendMethod · 0.45
getRawDataMethod · 0.45

Tested by

no test coverage detected