rust-fluidsynth
Note: This project is still under development, not all functionality to use fluidsynth is available yet.
FluidSynth bindings for Rust.
Bindings for FluidSynth, a software synthesizer based on the SoundFont 2 specifications, in Rust.
FluidSynth website here. A documentation of the FluidSynth API is available here.
Installation
To use rust-fluidsynth you must install FluidSynth on your computer and add this to Cargo.toml:
[]
= "https://github.com/scholtzan/rust-fluidsynth"
Short example
extern crate fluidsynth;
extern crate rand;
extern crate time;
use *;
use ;
use thread;
License
rust-fluidsynth uses the same license as FluidSynth: the GNU Lesser General Public License.