annotate tools/package.lisp @ 64:c8f1b0ab0007
midi-output is now in tools
darcs-hash:20070628144900-f76cc-f96cd99afbd2d9cf3274717ade3578e4c97559e8.gz
author |
David Lewis <d.lewis@gold.ac.uk> |
date |
Thu, 28 Jun 2007 15:49:00 +0100 |
parents |
|
children |
188fe5ea837f |
rev |
line source |
d@64
|
1 (cl:defpackage #:amuse-tools
|
d@64
|
2 (:use #:common-lisp #:amuse #:amuse-utils #:midi)
|
d@64
|
3 (:export #:play
|
d@64
|
4 #:make-midi
|
d@64
|
5 #:global-messages
|
d@64
|
6 #:tempo-message
|
d@64
|
7 #:event-messages
|
d@64
|
8 #:get-patch-for-midi
|
d@64
|
9 #:get-channel-for-midi
|
d@64
|
10 #:get-pitch-for-midi
|
d@64
|
11 #:get-velocity-for-midi
|
d@64
|
12 ))
|