erlsci / midilib

Erlang MIDI file and event manipulation library
0 stars 2 forks source link

Add support for encodeing and decoding raw binary MIDI messages #7

Closed oubiwann closed 1 month ago

oubiwann commented 1 month ago

There's a lot to cover in the MIDI specs, so we'll keep it simple at first.

Note that the impetus for this feature is the experimental epic issue+branch in the midiserver project where the Erlang NIF from Sonic Pi is being used to send bytes directly to MIDI devices

Tasks:

oubiwann commented 1 month ago

Calling it done.