view utils/package.lisp @ 116:b4f4df48337d

Addition of viewpointable classes and methods These may be in the wrong place, but are designed to facilitate pluggability of viewpoints for well-behaved implementations darcs-hash:20070726160347-f76cc-6e6da5d488b3f252d0575e42daa566130481f955.gz
author David Lewis <d.lewis@gold.ac.uk>
date Thu, 26 Jul 2007 17:03:47 +0100
parents 8ea75cc8bc2c
children
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
	   #:significantly-louderp
	   #:substantially-louderp
	   ))