leeola / bevy_midi

Send and receive MIDI data to and from bevy using DAWS or MIDI Controllers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bevy_midi
link to crates.io link to docs.rs link to license downloads/link to crates.io stars/github repo github actions tracking bevy release branch

A bevy plugin using midir and crossbeam-channel. This plugin allows you to read or write midi data for a selected midi input.
(Currently, write is not implemented yet)

Showcase

Run the examples using:

Terminal only: cargo run --release --example minimal
Virtual Piano: cargo run --release --example piano

Running the piano example:

bevy_midi_demo.mp4

Notice: Sustain is not handled by the example

Browser support: Still work in progress.

Setup

See examples

Support

Bevy tracking

bevy bevy_midi
0.5 0.1.X
0.5 0.2.X
0.6 0.3.X
0.7 0.4.X
0.8 0.5.X

Licensing

The project is under dual license MIT and Apache 2.0, so joink to your hearts content, just remember the license agreements.

Contributing

Yes this project is still very much WIP, so PRs are very welcome

About

Send and receive MIDI data to and from bevy using DAWS or MIDI Controllers

License:Apache License 2.0


Languages

Language:Rust 100.0%