lv2rs 0.3.2

Rust library prototype for the creation of LV2 plugins
Documentation

lv2rs: Rust library prototype for the creation of LV2 plugins.

Build Status

This is a prototype of an idiomatic library empowering you to create LV2-compatible plugins for audio applications with ease.

What works, what doesn't?

Currently 4 out of 22 official and stable LV2 specifications are supported. These are:

  • Atom
  • LV2
  • MIDI
  • URID

This is a frozen prototype and therefore, development of this crate will not continue here. Further development continues as rust-lv2.

Getting started

If you want to get started with LV2 and Rust, you should check out the book, hosted on GitHub

License

lv2rs is published under the ISC license, just like LV2 itself!