annotate implementations/midi/package.lisp @ 50:49aae39b96dc

Update to (in wrong place) n-grams.lisp darcs-hash:20070620110403-f76cc-67a5d10a8ee11b3c036448b1fb1f8a740e52bc32.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 20 Jun 2007 12:04:03 +0100
parents ce12c691e661
children c8f1b0ab0007
rev   line source
m@25 1 (cl:defpackage #:amuse-midi
d@33 2 (:use #:common-lisp #:amuse #:amuse-utils)
d@33 3 (:export #:midi-composition
d@33 4 #:midi-pitched-event
m@31 5 #:midi-percussive-event
m@31 6 #:make-midi-pitched-event
m@25 7 #:make-midi-percussive-event
d@32 8 #:midi-channel
d@32 9 #:midi-track
d@32 10 #:midi-velocity
d@33 11 #:midi-patch
d@33 12 #:midi-drum-sound
d@33 13 #:microsecond-per-crotchet-to-bpm
d@33 14 ))