FastLED 3.9.15
|
|
inline |
Send a Pitch Bend message using a signed integer value.
inPitchValue | The amount of bend to send (in a signed integer format), between MIDI_PITCHBEND_MIN and MIDI_PITCHBEND_MAX, center value is 0. |
inChannel | The channel on which the message will be sent (1 to 16). |
Definition at line 324 of file MIDI.hpp.
References MIDI_PITCHBEND_MIN, PitchBend, and send().
Referenced by sendPitchBend().