Mercurial > hg > amuse
view implementations/midi/package.lisp @ 206:1f3873585a5d
Change midifile-import to call event constructors, not make-instance
directly.
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Wed, 26 Jan 2011 11:30:28 +0000 |
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 ))