view utils/package.lisp @ 258:aac79c0ac1b9

add within-short-bar-p, and use this to correctly calculate the ioi-from-bar of anacruses
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 18:50:38 +0000
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
	   ))