FastLED 3.9.15
|
|
inline |
Send a Pitch Bend message using a floating point value.
inPitchValue | The amount of bend to send (in a floating point format), between -1.0f (maximum downwards bend) and +1.0f (max upwards bend), center value is 0.0f. |
inChannel | The channel on which the message will be sent (1 to 16). |
Definition at line 339 of file MIDI.hpp.
References MIDI_PITCHBEND_MAX, MIDI_PITCHBEND_MIN, scale, and sendPitchBend().