Module mono_midi_receiver

Source
Expand description

Monophonic MIDI Receiver

Monophonic means that only one note is active at a time.

This MIDI receiver can be used to control music synthesizers or for other control purposes (lights, motors, etc).

A MIDI receiver is fed MIDI data in the form of sequential bytes following the MIDI protocol and converts this MIDI data into various common synthesizer control signals.

Not every part of the MIDI protocol is handled.

Structs§

MonoMidiReceiver
A Monophonic MIDI receiver is represented here.

Enums§

NotePriority
Note priority is represented here
RetriggerMode
Retrigger mode is represented here