annotate implementations/mtp/package.lisp @ 296:68aadc4eb96d

add chromatic-pitch reader method Ignore-this: 1aba35b7d196e0994a817609337746e1 darcs-hash:20090828145217-16a00-312e63170f50f0bf2834b8959a72e5c857cba9b8.gz
author j.forth <j.forth@gold.ac.uk>
date Fri, 28 Aug 2009 15:52:17 +0100
parents 03be243f9003
children
rev   line source
m@46 1 (cl:defpackage #:amuse-mtp
m@79 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation)
m@53 3 (:export
m@53 4 ;; classes
m@186 5 #:mtp-event
m@53 6 #:mtp-dataset
m@79 7 #:mtp-composition
m@53 8 ;; accessors
m@53 9 #:get-dataset
m@53 10 ;; identifier constructors
m@53 11 #:make-mtp-composition-identifier
m@79 12 #:make-mtp-dataset-identifier
m@79 13 ;; phrase boundary classes
m@79 14 #:mtp-after-segmenter
m@79 15 #:mtp-before-segmenter
m@79 16 ))