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

Method toString

Source/MIDI/CtrlrMidiMessage.cpp:868–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868const String CtrlrMidiMessage::toString() const
869{
870 return (String::toHexString (getData().getData(), getData().getSize()));
871}
872
873int CtrlrMidiMessage::getSize() const
874{

Callers 15

setBundleInfoMethod · 0.45
restoreStateMethod · 0.45
setMidiMessageTypeMethod · 0.45
reloadComboContentsMethod · 0.45
openDeviceMethod · 0.45
sendMidiBufferMethod · 0.45
sendMidiMessageMethod · 0.45
labelFromPropertyFunction · 0.45
restorePropertiesFunction · 0.45
fromVarFunction · 0.45

Calls 4

toHexStringFunction · 0.85
getDataFunction · 0.50
getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected