4 stable releases
2.0.0 | Oct 23, 2020 |
---|---|
1.1.0 | Mar 27, 2020 |
1.0.1 | Feb 23, 2020 |
#780 in Audio
529 downloads per month
Used in 11 crates
740KB
14K
SLoC
Rust-LV2's C header bindings.
Bindings to the official LV2 API headers, used by rust-lv2
, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust. The crate uses the version 1.18.0 of the specification, as pulled from the project's website.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
lib.rs
:
Raw bindings of all LV2 specification headers.
Bindings to the official LV2 API headers, used by rust-lv2
, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust. The crate uses the version 1.18.0 of the specification, as pulled from the project's website.