pub const PITCH_BEND_PARAMETER: &str = "pitch_bend";
Expand description
The parameter ID of the pitch bend parameter. See CONTROLLER_PARAMETERS
for more.
This is the global version of the crate::events::NoteExpression::PitchBend
note expression event.
Notes should be shifted by the value of this controller plus the per-note pitch bend expression.