view implementations/mtp/package.lisp @ 105:7f139c81752e

rename make-pitch-interval to make-chromatic-pitch-interval darcs-hash:20070726092952-dc3a5-5a59469fbb77e74dca807e5fb277c6342bb0891b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 10:29:52 +0100
parents dc01096751af
children 03be243f9003
line wrap: on
line source
(cl:defpackage #:amuse-mtp 
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation)
  (:export 
   ;; classes 
   #:mtp-dataset
   #:mtp-composition
   ;; accessors 
   #:get-dataset 
   ;; identifier constructors 
   #:make-mtp-composition-identifier
   #:make-mtp-dataset-identifier
   ;; phrase boundary classes
   #:mtp-after-segmenter 
   #:mtp-before-segmenter
   ))