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§
- Mono
Midi Receiver - A Monophonic MIDI receiver is represented here.
Enums§
- Note
Priority - Note priority is represented here
- Retrigger
Mode - Retrigger mode is represented here