|
Nanomidi
Simple stream-based MIDI message encoder and decoder
|
MIDI message data representation. More...
#include <messages.h>

Data Structures | |
| struct | channel_pressure |
| Representation of MIDI_TYPE_CHANNEL_PRESSURE. More... | |
| struct | control_change |
| Representation of MIDI_TYPE_CONTROL_CHANGE. More... | |
| struct | note_off |
| Representation of MIDI_TYPE_NOTE_OFF. More... | |
| struct | note_on |
| Representation of MIDI_TYPE_NOTE_ON. More... | |
| struct | pitch_bend |
| Representation of MIDI_TYPE_PITCH_BEND. More... | |
| struct | polyphonic_pressure |
| Representation of MIDI_TYPE_POLYPHONIC_PRESSURE. More... | |
| struct | program_change |
| Representation of MIDI_TYPE_PROGRAM_CHANGE. More... | |
| struct | song_position |
| Representation of MIDI_TYPE_SONG_POSITION. More... | |
| struct | song_select |
| Representation of MIDI_TYPE_SONG_SELECT. More... | |
| struct | sysex |
| Representation of MIDI_TYPE_SYSEX. More... | |
| struct | time_code_quarter_frame |
| Representation of MIDI_TYPE_TIME_CODE_QUARTER_FRAME. More... | |
MIDI message data representation.
| struct midi_message::data::sysex sysex |