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

Function createFromHexData

Source/Core/CtrlrUtilities.cpp:308–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308const MidiMessage createFromHexData (const String &hexData)
309{
310 MemoryBlock bl;
311 bl.loadFromHexString(hexData);
312
313 return (MidiMessage ((uint8*)bl.getData(), (int)bl.getSize()));
314}
315
316const String generateRandomUnique(const String &additionalRandomData)
317{

Callers 1

CtrlrMidiMessageMethod · 0.85

Calls 4

MidiMessageFunction · 0.85
loadFromHexStringMethod · 0.45
getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected