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

Update to bevy v0.14 #40

Closed JoshuaBatty closed 2 months ago

BlackPhlox commented 2 months ago

Thank you for the pr, looks good! However, I'm not sure about #[derive(Event)] for MidiData, as one of the limitations is the delay as Bevy has to poll for the events and MidiData is getting triggered a lot. I'll do some testing add an example using it and update the docs accordingly.