view 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
line wrap: on
line source
(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
	   ))