Implement full MIDI support for CLAP

This commit is contained in:
Robbert van der Helm
2022-04-07 23:28:31 +02:00
parent 0b3a5cd297
commit 24837d1552
13 changed files with 260 additions and 173 deletions

View File

@@ -52,6 +52,7 @@ cfg-if = "1.0"
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys", branch = "update/clap-0.24" }
crossbeam = "0.8"
lazy_static = "1.4"
midi-consts = "0.1"
parking_lot = "0.12"
raw-window-handle = "0.4"
serde = { version = "1.0", features = ["derive"] }