FastLED 3.9.15
|
|
inline |
Send a MIDI message.
inMessage | The message |
This method is used when you want to send a Message that has not been constructed by the library, but by an external source. This method does not check against any of the constraints. Typically this function is use by MIDI Bridges taking MIDI messages and passing them thru.
Definition at line 118 of file MIDI.hpp.
References Message< SysExMaxSize >::channel, Message< SysExMaxSize >::data1, Message< SysExMaxSize >::data2, getStatus(), Message< SysExMaxSize >::getSysExSize(), Message< SysExMaxSize >::length, mTransport, Message< SysExMaxSize >::sysexArray, SystemExclusive, SystemExclusiveEnd, SystemExclusiveStart, Message< SysExMaxSize >::type, UpdateLastSentTime(), and Message< SysExMaxSize >::valid.
Referenced by sendAfterTouch(), sendAfterTouch(), sendControlChange(), sendNoteOff(), sendNoteOn(), sendPitchBend(), sendPolyPressure(), sendProgramChange(), and thruFilter().