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

Method SendData

Source/MidiDevice.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void MidiDevice::SendData(unsigned char a, unsigned char b, unsigned char c)
264{
265 if (mMidiOut)
266 {
267 mMidiOut->sendMessageNow(MidiMessage(a, b, c));
268 }
269}
270
271void MidiDevice::SendMessage(double time, juce::MidiMessage message)
272{

Callers 3

UpdateLightsMethod · 0.45
ResetLaunchpadMethod · 0.45
SendNRPNMethod · 0.45

Calls 1

MidiMessageClass · 0.85

Tested by

no test coverage detected