Noon is a clojure library that helps with musical composition and exploration. It provides a way to compose, play and export music as MIDI.
The initial goal was to be able to define musical fragments in a very declarative way. Leveraging clojure and functional programming powers in order to generate, manipulate and organize musical content.
(ns noon.doc.guide
;; core
(:use noon.score)
;; lib
(:require
[noon.lib.harmony :as h]
[noon.lib.melody :as m]
[noon.lib.rythmn :as r]))
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close