Mercurial > hg > amuse
view tools/package.lisp @ 162:110e957a7e3c
Add get-composition methods for gsharp
darcs-hash:20071218104432-40ec0-5fdd50a969609f1f50623d2c88a1746f391c984a.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Tue, 18 Dec 2007 10:44:32 +0000 |
parents | 188fe5ea837f |
children | 5b2d0e5a99f1 |
line wrap: on
line source
(cl:defpackage #:amuse-tools (:use #:common-lisp #:amuse #:amuse-utils #:midi) (:export #:play #:write-midi #:make-midi #:global-messages #:tempo-message #:event-messages #:get-patch-for-midi #:get-channel-for-midi #:get-pitch-for-midi #:get-velocity-for-midi ))