annotate implementations/geerdes/package.lisp @ 109:a9a1c7aa86a9
rename mips-pitch -> diatonic-pitch
darcs-hash:20070726131834-dc3a5-86b4b1aa5dc46bef8f25fa9111e2e08e51046c9b.gz
author |
c.rhodes <c.rhodes@gold.ac.uk> |
date |
Thu, 26 Jul 2007 14:18:34 +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.")) |