Mercurial > hg > amuse
view implementations/midi/package.lisp @ 192:54d79a2c82d2
fix make-chromatic-pitched-event constructor
Ignore-this: 93298c4a64a4a65dc948f8473c92a9c8
darcs-hash:20090524152250-16a00-295d43f8c2d16089196ab223b43264ae55f5620b.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sun, 24 May 2009 16:22:50 +0100 |
parents | fc6848dda767 |
children | 619194befdd4 |
line wrap: on
line source
(cl:defpackage #:amuse-midi (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) (:export #:midi-composition #:midifile-id #:midi-pitched-event #:midi-percussive-event #:make-midi-pitched-event #:make-midi-percussive-event #:make-midifile-identifier #:midi-channel #:midi-track #:midi-velocity #:midi-patch #:midi-drum-sound #:microsecond-per-crotchet-to-bpm #:midi-patch ))