ladspa 0.3.2

An interface for writing LADSPA plugins safely in Rust.
Documentation
1
2
3
4
5
#LADSPA.rs
The ```ladspa``` crate provides an interface for writing [LADSPA](http://www.ladspa.org/) plugins safely in Rust.

##Usage
See the documentation [here](http://nwoeanhinnogaehr.github.io/ladspa.rs/ladspa). Two example plugins, for ring modulation and delay are provided in the examples folder.