Dependency-free MIDI library for Clojure, contains functionality for
(de)serializing MIDI messages, a protocol (MidiOps) that is implementation
independent, making it easier to write MIDI code that is backend-agnostic, and
an implementation of said protocol backed by javax.midi. See casa.squid/jack
for a Jack based implementation.
To use the latest release, add the following to your deps.edn (Clojure CLI)
casa.squid/midi {:mvn/version ""}
or add the following to your project.clj (Leiningen)
[casa.squid/midi ""]
Copyright © 2023 Arne Brasseur and Contributors
Licensed under the term of the Mozilla Public License 2.0, see LICENSE.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |