annotate utils/harmony/package.lisp @ 37:9aeb5bff013a

Added levenshtein distance with cost functions darcs-hash:20070516124658-f76cc-8b96080b5c4018f2077650697bec4d1213917505.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 16 May 2007 13:46:58 +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 ))