annotate implementations/midi-db/package.lisp @ 253:b5ffec94ae6d
some very sketchy Charm constituent code
author |
Jamie Forth <j.forth@gold.ac.uk> |
date |
Thu, 24 Feb 2011 11:23:18 +0000 |
parents |
a5d065905f6d |
children |
|
rev |
line source |
j@236
|
1 (cl:defpackage #:amuse-midi-db
|
j@236
|
2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools
|
j@236
|
3 #:amuse-midi #:amuse-database-admin)
|
j@236
|
4 (:export #:midi-db-composition-identifier
|
j@236
|
5 #:make-midi-db-composition-identifier
|
j@236
|
6 #:composition-id
|
j@236
|
7 ))
|