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

Method processFormula

Source/UIComponents/CtrlrMIDI/CtrlrMIDIBuffer.cpp:764–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764LMemoryBlock CtrlrMIDIBuffer::processFormula(const String &formula)
765{
766 CtrlrOwnedMidiMessage m(owner);
767 m.setProperty (Ids::midiMessageType, SysEx);
768 m.setProperty (Ids::midiMessageSysExFormula, formula);
769 return (m.getData());
770}
771//[/MiscUserCode]
772
773

Callers

nothing calls this directly

Calls 2

setPropertyMethod · 0.45
getDataMethod · 0.45

Tested by

no test coverage detected