Liking cljdoc? Tell your friends :D
Clojure only.

score.lc

Mini-language for music notation. Originally developed for live coding.

Mini-language for music notation. Originally developed for live coding.
raw docstring

lc!clj

(lc! symlist)
(lc! symlist convert-note)
(lc! symlist oct state convert-note)

Compiles musical symbol list into musical value list output. Output will contains vectors in the form:

[start dur freq]

If the output is a rest, the vector will have the form

[start dur]

Compiles musical symbol list into musical value list output.
Output will contains vectors in the form:

[start dur freq]

If the output is a rest, the vector will have the form

[start dur]
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close