Mercurial > hg > amuse
view implementations/geerdes/package.lisp @ 287:00d35eb70ef9
amuse-database-admin add implementation and dataset functionality
Ignore-this: 787cc01acf2d6a58640fec017de16c17
darcs-hash:20090716145807-16a00-6fe5ad4a2b6252b2c1f3d109a16455bb32243965.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 16 Jul 2009 15:58:07 +0100 |
parents | 9ce6b954d403 |
children | bda591c61b7a |
line wrap: on
line source
(cl:defpackage #:amuse-geerdes (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi #:amuse-segmentation #:amuse-database-admin) (:export ;; classes #:geerdes-composition #:geerdes-monody #:geerdes-pitched-event #:geerdes-percussive-event ;; 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."))