ladspa 0.2.2

An interface for writing LADSPA plugins safely in Rust.
#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://deadmau6.com/doc/ladspa/). Two example plugins, for ring modulation and delay are provided in the examples folder.