Crates.io | lv2rs-midi |
lib.rs | lv2rs-midi |
version | 0.1.2 |
source | src |
created_at | 2019-02-21 08:44:10.477084 |
updated_at | 2019-05-03 17:51:43.459328 |
description | MIDI message integration for `lv2rs-atom` |
homepage | |
repository | https://github.com/Janonard/lv2rs |
max_upload_size | |
id | 116166 |
size | 25,878 |
lv2rs-atom
.This crate introduces new atom types for the use with lv2rs-atom
which add support for the MIDI communication protocol. MIDI is a protocol originally intended to be used synthesizers with different keyboard, but due to use simplicity, it is used now for almost anything that is music-related.
This is a frozen prototype and therefore, development of this crate will not continue here. Further development continues as rust-lv2.
If you want to get started with LV2, you should start with the root crate and check out the book.