Compose and play MIDI music.
ⓘ
NOON translates to MIDI in french.
Try it online!
noon.vsl.example.mov
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 "8d43350883d8754f79cf22f7378e32c1f5eb1b22"}
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.