BlackPhlox / bevy_midi

Send and receive MIDI data to and from bevy using DAWS or MIDI Controllers
Apache License 2.0
56 stars 10 forks source link

Map midi layout to a struct #14

Closed BlackPhlox closed 1 year ago

BlackPhlox commented 2 years ago

I think midi is always [u8; 3] right? Cause then it may be better just to have a struct with an enum?

_Originally posted by @BlackPhlox in https://github.com/BlackPhlox/bevy_midi/pull/12#discussion_r939655505_