annotate implementations/midi/package.lisp @ 216:e1842efb1dd4

amuse-database-admin add implementation and dataset functionality Ignore-this: 787cc01acf2d6a58640fec017de16c17 darcs-hash:20090716145807-16a00-6fe5ad4a2b6252b2c1f3d109a16455bb32243965.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents 619194befdd4
children 16b99fc989aa
rev   line source
m@25 1 (cl:defpackage #:amuse-midi
d@64 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
d@33 3 (:export #:midi-composition
d@134 4 #:midifile-id
j@212 5 #:midifile-identifier-pathname
d@33 6 #:midi-pitched-event
m@31 7 #:midi-percussive-event
m@31 8 #:make-midi-pitched-event
m@25 9 #:make-midi-percussive-event
m@144 10 #:make-midifile-identifier
d@32 11 #:midi-channel
d@32 12 #:midi-track
d@32 13 #:midi-velocity
d@33 14 #:midi-patch
d@33 15 #:midi-drum-sound
d@33 16 #:microsecond-per-crotchet-to-bpm
d@155 17 #:midi-patch
j@212 18 #:midi-timebase
d@33 19 ))