view implementations/geerdes/package.lisp @ 132:bfe5afcad183

fix to monodiser darcs-hash:20070820144432-f76cc-29675eafe225b078be656eef11a6bff9dba70b81.gz
author David Lewis <d.lewis@gold.ac.uk>
date Mon, 20 Aug 2007 15:44:32 +0100
parents 8ea75cc8bc2c
children 188fe5ea837f
line wrap: on
line source
(cl:defpackage #:amuse-geerdes
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi #:amuse-segmentation)
  (:export 
   ;; classes
   #:geerdes-composition
   #:geerdes-monody
   ;; identifier constructors
   #:g-id
   #:g-id-file-id
   ;; database identification
   #:cat-id
   #:file-id
   ;; other (caching)
   #:properties)
  (:documentation "Package for MIDI pop-song database, originating
  from Geerdes, a commercial supplier."))