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

Method setSysExFormula

Source/Core/CtrlrSysexProcessor.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void CtrlrSysexProcessor::setSysExFormula(CtrlrMidiMessage &message, const String &formulaString)
228{
229 /* parse the formula to byte format */
230 message.getMidiMessageArray().clear();
231 message.getMidiMessageArray().add (sysexMessageFromString(formulaString, message.getValue(), message.getChannel()));
232}
233
234void CtrlrSysexProcessor::setMultiMessageFromString(CtrlrMidiMessage &message, const String &savedState)
235{

Callers

nothing calls this directly

Calls 4

clearMethod · 0.45
addMethod · 0.45
getValueMethod · 0.45
getChannelMethod · 0.45

Tested by

no test coverage detected