Type Alias wmidi::PitchBend

source ·
pub type PitchBend = U14;
Expand description

A 14bit value specifying the pitch bend. Neutral is 8192.

Aliased Type§

struct PitchBend(/* private fields */);