Mercurial > hg > amuse
comparison 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 |
comparison
equal
deleted
inserted
replaced
63:32314fefc706 | 64:c8f1b0ab0007 |
---|---|
1 (cl:defpackage #:amuse-tools | |
2 (:use #:common-lisp #:amuse #:amuse-utils #:midi) | |
3 (:export #:play | |
4 #:make-midi | |
5 #:global-messages | |
6 #:tempo-message | |
7 #:event-messages | |
8 #:get-patch-for-midi | |
9 #:get-channel-for-midi | |
10 #:get-pitch-for-midi | |
11 #:get-velocity-for-midi | |
12 )) |