view implementations/geerdes/package.lisp @ 241:2138ea478adb

Improve printing of list-collections. Ignore-this: 3073e6c1462cf98ca5752179ab6ecb1d darcs-hash:20100414191443-16a00-e2f9962b0cea652890be18297fdbd4bf7d533c84.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents bda591c61b7a
children
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-identifier-file-id
   #: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."))