Mercurial > hg > amuse
comparison implementations/geerdes/package.lisp @ 88:8ea75cc8bc2c
Basic geerdes functionality moved to implementations/geerdes from separate package
darcs-hash:20070720161242-f76cc-fd256cbbb81d8c418a6c7c45844264184c5ed932.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Fri, 20 Jul 2007 17:12:42 +0100 |
parents | |
children | 188fe5ea837f |
comparison
equal
deleted
inserted
replaced
87:19a263fb92d1 | 88:8ea75cc8bc2c |
---|---|
1 (cl:defpackage #:amuse-geerdes | |
2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-midi #:amuse-segmentation) | |
3 (:export | |
4 ;; classes | |
5 #:geerdes-composition | |
6 #:geerdes-monody | |
7 ;; identifier constructors | |
8 #:g-id | |
9 #:g-id-file-id | |
10 ;; database identification | |
11 #:cat-id | |
12 #:file-id | |
13 ;; other (caching) | |
14 #:properties) | |
15 (:documentation "Package for MIDI pop-song database, originating | |
16 from Geerdes, a commercial supplier.")) |