Module tune::midi[][src]

Basic abstractions for MIDI Channel Voice / Channel Mode messages.

References:

Structs

ChannelMessage

A type-safe representation of MIDI messages that aren't System Common messages.

Enums

ChannelMessageType

A parsed representation of the channel-agnostic part of a MIDI message.

TransformResult

The result of a tuning transformation on a MIDI message.

Constants

CHANNEL_PRESSURE

Status bits for "Channel Pressure (After-touch)".

CONTROL_CHANGE

Status bits for "Control Change".

NOTE_OFF

Status bits for "Note Off event".

NOTE_ON

Status bits for "Note On event".

PITCH_BEND_CHANGE

Status bits for "Channel Pressure (After-touch)".

POLYPHONIC_KEY_PRESSURE

Status bits for "Polyphonic Key Pressure (Aftertouch)".

PROGRAM_CHANGE

Status bits for "Program Change".