annotate utils/harmony/package.lisp @ 35:1d757c33e00e

Changes for midi file import darcs-hash:20070502153016-f76cc-89b748c36180ccaca77d2a70a65a6e7f77df8d43.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 02 May 2007 16:30:16 +0100
parents d1010755f507
children
rev   line source
d@33 1 (cl:defpackage #:amuse-harmony
d@33 2 (:use #:common-lisp #:amuse #:amuse-utils)
d@33 3 (:export #:chord
d@33 4 #:chordset
d@33 5 #:likelihood
d@33 6 #:get-chord-likelihoods-for-model
d@33 7 #:chromatic-rotate
d@33 8 #:chord-labels
d@33 9 #:best-level
d@33 10 ))