ladspa.rs icon indicating copy to clipboard operation
ladspa.rs copied to clipboard

An interface for writing LADSPA plugins safely in Rust.

LADSPA.rs

The ladspa crate provides an interface for writing LADSPA plugins safely in Rust.

Usage

See the documentation here. Two example plugins, for ring modulation and delay are provided in the examples folder.