view utils/package.lisp @ 64:c8f1b0ab0007

midi-output is now in tools darcs-hash:20070628144900-f76cc-f96cd99afbd2d9cf3274717ade3578e4c97559e8.gz
author David Lewis <d.lewis@gold.ac.uk>
date Thu, 28 Jun 2007 15:49:00 +0100
parents 32314fefc706
children 8ea75cc8bc2c
line wrap: on
line source
(cl:defpackage #:amuse-utils
  (:use #:common-lisp #:amuse #:midi)
  (:export #:pitchedp
	   #:unpitchedp
	   #:bar-number
	   #:bar-onset
	   #:bass-note
	   #:crotchets-in-a-bar
	   #:sounding-events
	   #:levenshtein-distance
	   #:beats-to-seconds
	   #:get-n-grams
	   #:inter-onset-intervals
	   #:get-n-gram
	   #:n-gram-stats
	   #:monodificate
	   ))