Mercurial > hg > amuse
view tools/package.lisp @ 307:a85c59bcd88b
add some time-related generic functions to base
Ignore-this: 8ad91dcfa5c8a0301c29dda7d2f27802
darcs-hash:20100212101520-16a00-6821cd98b78bf27be148e3e7e4b46c8f0b80928b.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Fri, 12 Feb 2010 10:15:20 +0000 |
parents | 5b2d0e5a99f1 |
children |
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 #:default-tempo-for-midi ))