Crates.io | lv2rs |
lib.rs | lv2rs |
version | 0.3.2 |
source | src |
created_at | 2019-02-20 15:34:14.504378 |
updated_at | 2019-05-03 17:52:24.597305 |
description | Rust library prototype for the creation of LV2 plugins |
homepage | |
repository | https://github.com/Janonard/lv2rs |
max_upload_size | |
id | 115987 |
size | 5,182 |
This is a prototype of an idiomatic library empowering you to create LV2-compatible plugins for audio applications with ease.
Currently 4 out of 22 official and stable LV2 specifications are supported. These are:
This is a frozen prototype and therefore, development of this crate will not continue here. Further development continues as rust-lv2.
If you want to get started with LV2 and Rust, you should check out the book, hosted on GitHub
lv2rs is published under the ISC license, just like LV2 itself!