annotate implementations/geerdes/package.lisp @ 105:7f139c81752e

rename make-pitch-interval to make-chromatic-pitch-interval darcs-hash:20070726092952-dc3a5-5a59469fbb77e74dca807e5fb277c6342bb0891b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 10:29:52 +0100
parents 8ea75cc8bc2c
children 188fe5ea837f
rev   line source
d@88 1 (cl:defpackage #:amuse-geerdes
d@88 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi #:amuse-segmentation)
d@88 3 (:export
d@88 4 ;; classes
d@88 5 #:geerdes-composition
d@88 6 #:geerdes-monody
d@88 7 ;; identifier constructors
d@88 8 #:g-id
d@88 9 #:g-id-file-id
d@88 10 ;; database identification
d@88 11 #:cat-id
d@88 12 #:file-id
d@88 13 ;; other (caching)
d@88 14 #:properties)
d@88 15 (:documentation "Package for MIDI pop-song database, originating
d@88 16 from Geerdes, a commercial supplier."))