Mercurial > hg > amuse
view tools/package.lisp @ 154:edf2322ea33f
Added copy key and time sigs and tempo. Need to do general version. Only midi-type currently
darcs-hash:20071119173147-40ec0-779ffe4dc4bbc356cc6decf6d0f50cb42f943b83.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Mon, 19 Nov 2007 17:31:47 +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 ))