Liking cljdoc? Tell your friends :D

casa.squid.midi

cljdoc badge Clojars Project

Features

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.

Installation

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 ""]

Rationale

Usage

License

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

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close