4 stable releases

2.0.0 Oct 23, 2020
1.1.0 Mar 27, 2020
1.0.1 Feb 23, 2020

#834 in Audio

Download history 7/week @ 2023-12-04 47/week @ 2023-12-11 46/week @ 2023-12-18 93/week @ 2023-12-25 26/week @ 2024-01-01 21/week @ 2024-01-08 77/week @ 2024-01-15 31/week @ 2024-01-22 34/week @ 2024-01-29 31/week @ 2024-02-05 33/week @ 2024-02-12 63/week @ 2024-02-19 52/week @ 2024-02-26 23/week @ 2024-03-04 24/week @ 2024-03-11 26/week @ 2024-03-18

131 downloads per month
Used in 3 crates

MIT/Apache

1MB
16K SLoC

Rust-LV2's Atom handling library.

A library for reading and writing LV2's Atom type system, used by rust-lv2, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust.

LV2 has it's own type system to make data exchange between plugins as versatile and portable as possible. Basic integer and float types are supported as well as vectors, event sequences, and URID->Atom maps.

Documentation

The original LV2 API (in the C programming language) is documented by "the LV2 book". This book is in the process of being translated to Rust along with the development of rust-lv2 (link) and describes how to properly use rust-lv2.

Features

Like any other crate of rust-lv2, this crate has the optional host feature. Some of the types defined by some crates are only useful for testing or LV2 hosts. Since the goal of this framework is to provide an easy way to create plugins, these aren't necessary and therefore gated behind that feature.

License

Licensed under either of

at your option.

Dependencies

~1.5MB
~33K SLoC