view tools/segmentation/package.lisp @ 109:a9a1c7aa86a9

rename mips-pitch -> diatonic-pitch darcs-hash:20070726131834-dc3a5-86b4b1aa5dc46bef8f25fa9111e2e08e51046c9b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 14:18:34 +0100
parents 4ad1427d46d8
children
line wrap: on
line source
(cl:defpackage #:amuse-segmentation
  (:use #:common-lisp #:amuse #:amuse-utils #:midi)
  (:export #:segmenter
           #:before-segmenter
           #:after-segmenter 
           #:ground-truth-segmenter
	   #:boundary-strength
	   #:boundary-time
	   #:ground-truth-segmenter-before
	   #:ground-truth-segmenter-after
	   #:ground-truth-segmenterp
	   #:segments-beforep
	   #:segments-afterp
	   #:map-segmenters))