Crate caw_midi

Crate caw_midi 

Source

Structs§

MidiChannel
MidiController01
MidiControllerBool
A bool which is true if the controller has a non-zero value
MidiControllerU7
MidiControllers
MidiEvent
A midi message on a channel.
MidiEvents
A collection of simultaneous midi events. When dealing with streams of midi events it’s necessary to group them into a collection because multiple midi events may occur during the same frame. This collection only uses the heap when more than one event occurred on the same sample which is very unlikely.
MidiKeyPress
A signal representing the state of a single midi key
MidiMessages
A collection of simultaneous midi messages. When dealing with streams of midi messages it’s necessary to group them into a collection because multiple midi messages may arrive during the same frame. This collection only uses the heap when more than one event occurred on the same sample which is very unlikely.

Traits§

MidiEventsT
MidiMessagesT