annotate implementations/geerdes/package.lisp @ 231:7a5618d334e4
DRAFT: kludge for tactus-duration
Ignore-this: b5cb875a6d31e7ea35394f335abaddc0
darcs-hash:20091024170612-16a00-3a9ab095515a8510393ac4e61767ddae7a811870.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 |
|
rev |
line source |
d@88
|
1 (cl:defpackage #:amuse-geerdes
|
j@211
|
2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi
|
j@211
|
3 #:amuse-segmentation #:amuse-database-admin)
|
d@88
|
4 (:export
|
d@88
|
5 ;; classes
|
j@227
|
6 #:geerdes-identifier-file-id
|
d@88
|
7 #:geerdes-composition
|
d@88
|
8 #:geerdes-monody
|
d@135
|
9 #:geerdes-pitched-event
|
d@135
|
10 #:geerdes-percussive-event
|
d@88
|
11 ;; identifier constructors
|
d@88
|
12 #:g-id
|
d@88
|
13 #:g-id-file-id
|
d@88
|
14 ;; database identification
|
d@88
|
15 #:cat-id
|
d@88
|
16 #:file-id
|
d@88
|
17 ;; other (caching)
|
d@88
|
18 #:properties)
|
d@88
|
19 (:documentation "Package for MIDI pop-song database, originating
|
j@211
|
20 from Geerdes, a commercial supplier."))
|