Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 189:70c8d723fb8a
fix undefined *default-tempo* warning
darcs-hash:20090103010419-16a00-54f1baa3eb4d382c6c533d17af89d2b7cd73bfca.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sat, 03 Jan 2009 01:04:19 +0000 |
parents | 03be243f9003 |
children |
line wrap: on
line source
(cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) (:export ;; classes #:mtp-event #: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 ))