MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SendSysEx

Method SendSysEx

Source/MidiDevice.cpp:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void MidiDevice::SendSysEx(std::string data)
256{
257 if (mMidiOut)
258 {
259 mMidiOut->sendMessageNow(MidiMessage::createSysExMessage(data.c_str(), (int)data.length()));
260 }
261}
262
263void MidiDevice::SendData(unsigned char a, unsigned char b, unsigned char c)
264{

Callers 5

InitializeMethod · 0.45
SetModuleGridLightsMethod · 0.45
OnMidiControlMethod · 0.45
UpdatePush2LedsMethod · 0.45
UpdatePush2LedsMethod · 0.45

Calls 1

lengthMethod · 0.80

Tested by 1

UpdatePush2LedsMethod · 0.36