Crates.io | lv2-time |
lib.rs | lv2-time |
version | 0.1.3 |
source | src |
created_at | 2020-02-23 14:34:24.63701 |
updated_at | 2020-10-23 15:18:12.860356 |
description | rust-lv2's wrapper of LV2's time types |
homepage | |
repository | https://github.com/RustAudio/rust-lv2 |
max_upload_size | |
id | 211754 |
size | 19,005 |
This crate binds some of the time-related URIs from the sys
-crate to types and is a part of rust-lv2
, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust.
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
.
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.Licensed under either of
at your option.