|
Nanomidi
Simple stream-based MIDI message encoder and decoder
|
#include <nanomidi/decoder.h>#include <assert.h>#include <string.h>#include <stdbool.h>#include "nanomidi_internal.h"
Functions | |
| struct midi_message * | midi_decode_usb (struct midi_istream *stream, uint8_t *cable_number) |
| Decodes a single MIDI message from USB packet. More... | |