lv2-state

Crates.iolv2-state
lib.rslv2-state
version2.0.0
sourcesrc
created_at2020-02-23 14:55:36.854797
updated_at2020-10-23 15:20:06.353422
descriptionrust-lv2's state handling library
homepage
repositoryhttps://github.com/RustAudio/rust-lv2
max_upload_size
id211762
size72,182
Adrien Prokopowicz (prokopyl)

documentation

README

Rust-LV2's state handling library.

A wrapper of LV2's State API which allows plugins to save and restore their state. This is a part of rust-lv2, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust.

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

There are two optional features:

  • host: 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.
  • wmidi: Add wmidi as an optional dependency to lv2-midi, which enables a shortcut to read and write MIDI events directly with the types defined by this crate.

License

Licensed under either of

at your option.

Commit count: 709

cargo fmt