Mercurial > hg > amuse
diff utils/harmony/package.lisp @ 33:d1010755f507
Large upload of local changes. Many additions, such as harmony and piece-level objects
darcs-hash:20070413100909-f76cc-a8aa8dfc07f438dc0c1a7c45cee7ace2ecc1e6a5.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Fri, 13 Apr 2007 11:09:09 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/utils/harmony/package.lisp Fri Apr 13 11:09:09 2007 +0100 @@ -0,0 +1,10 @@ +(cl:defpackage #:amuse-harmony + (:use #:common-lisp #:amuse #:amuse-utils) + (:export #:chord + #:chordset + #:likelihood + #:get-chord-likelihoods-for-model + #:chromatic-rotate + #:chord-labels + #:best-level + ))