view implementations/mtp/package.lisp @ 154:edf2322ea33f

Added copy key and time sigs and tempo. Need to do general version. Only midi-type currently darcs-hash:20071119173147-40ec0-779ffe4dc4bbc356cc6decf6d0f50cb42f943b83.gz
author d.lewis <d.lewis@gold.ac.uk>
date Mon, 19 Nov 2007 17:31:47 +0000
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
   ))