midi-controller 0.1.0

Generic MIDI controller engine: button/encoder input processing, LED rendering, preset management, and MIDI-CI Property Exchange framing. #![no_std] compatible.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "midi-controller"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Generic MIDI controller engine: button/encoder input processing, LED rendering, preset management, and MIDI-CI Property Exchange framing. #![no_std] compatible."
repository = "https://github.com/pedalboard/midi-controller"
keywords = ["midi", "controller", "no-std", "embedded", "midi-ci"]
categories = ["no-std", "embedded"]

[dependencies]
heapless = { version = "0.9.3", features = ["serde"] }
serde = { version = "1", default-features = false, features = ["derive"] }
postcard = { version = "1.1.1", default-features = false }

[features]
default = []