robbert-vdh / nih-plug

Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself
ISC License
1.45k stars 129 forks source link

Move MIDI datatypes and parsing logic to a separate crate? #102

Open YPares opened 5 months ago

YPares commented 5 months ago

I think the code in src/midi.rs and src/midi/sysex.rs could be really useful for standalone MIDI apps (eg. based on midir).

Do you think it could be possible to package it as a separate crate on this repo?