Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 128:46c2ea86650f
implementations/mtp/: add mtp-music-object
darcs-hash:20070730142311-c0ce4-739cab39d35e6b8e480c67aef8f9469727d089ab.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 30 Jul 2007 15:23:11 +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 ))