[][src]Crate midi_event

Structs

MidiEvent

The midi event, along with the channel it applies to

Enums

Event

All possible midi events

MidiEventType

A midi event

Note

A note representable in a 7 bit unsigned int. The subscript 's' to a note means sharp. The subscript 'n' to an octave means negate, so Cs2n = C# in octave -2.

Traits

Parse

Go from raw input into a midi event.

Write