Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.09 KB

File metadata and controls

40 lines (25 loc) · 1.09 KB

CI cljdoc badge Clojars Project

Noon

Compose and play MIDI music.


NOON translates to MIDI in french.

Try it online!

noon.vsl.example.mov

Usage

Add the following dependency to your deps.edn:

com.pbaille/noon {:mvn/version "0.1.6"}

Or this for latest version:

com.pbaille/noon {:git/url "https://github.com/pbaille/noon.git"
                  :sha "a3459ac7bcbe640e0bce9519f0e0642fac5f18e0"}

Then you should be able to play something like this:

(require '[noon.eval :refer [play]])

(play (par s0 s1 s2))

Please refer to the documentation for more details.