fluidlite-rs
fluidlite-rs copied to clipboard
Rust bindings to fluidlite library
I've been experimenting with a version of [Miri](https://github.com/rust-lang/miri) that can execute foreign functions. It interprets the LLVM bytecode that is produced during a crate's build process. We're hoping our results...
Fluidlite exposes a function for turning all notes off: ```c // In fluid_synth.c /* * fluid_synth_all_notes_off * * put all notes on this channel into released state. */ int fluid_synth_all_notes_off(fluid_synth_t*...
Any chance that support for `wasm32-unknown-unknown` is arriving? Maybe this can be achieved using `clang` with `wasm32-unknown-unknown` LLVM backend?
Due to the crate requiring a very recent compiler, 1.54, to compile, this should be pointed out in the README.md to prevent any confusion. Thank you.