Crates.io | lv2-midi |
lib.rs | lv2-midi |
version | 1.2.0 |
source | src |
created_at | 2020-02-23 14:52:02.849275 |
updated_at | 2020-10-23 15:19:48.393634 |
description | rust-lv2's MIDI processing library |
homepage | |
repository | https://github.com/RustAudio/rust-lv2 |
max_upload_size | |
id | 211760 |
size | 26,707 |
The MIDI processing library of rust-lv2
, a safe, fast, and ergonomic framework to create LV2 plugins for audio processing, written in Rust.
This is a addon to lv2-atom
that adds the MidiEvent
atom type. There is also an optional dependency to wmidi
, which introduces the WMidiEvent
atom type, which allows you to directly read and write the events defined by wmidi
.
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.