bevy_rustysynth
A plugin which adds MIDI file and soundfont audio support to the bevy engine via rustysynth.
Compatibility
Crate Version | Bevy Version |
---|---|
0.1 | 0.14 |
Installation
crates.io
[]
= "0.1"
Using git URL in Cargo.toml
[]
= "https://github.com/exvacuum/bevy_rustysynth.git"
Usage
In main.rs
:
use *;
use *;
Then you can load and play a MIDI like any other audio file:
let midi_handle = asset_server.;
commands.spawn;
License
This crate is licensed under your choice of 0BSD, Apache-2.0, or MIT license.