Type Alias wmidi::Velocity

source ·
pub type Velocity = U7;
Expand description

Specifies the velocity of an action (often key press, release, or aftertouch).

Aliased Type§

struct Velocity(/* private fields */);