Mercurial > hg > amuse
view implementations/midi/package.lisp @ 101:c5f04eb31071
monody methods for implementations/geerdes
darcs-hash:20070726085425-f76cc-09a061f19b87dfac247358f8c8d66f3b4e5317e6.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Thu, 26 Jul 2007 09:54:25 +0100 |
parents | c8f1b0ab0007 |
children | 5e362d998f29 |
line wrap: on
line source
(cl:defpackage #:amuse-midi (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) (:export #:midi-composition #:midi-pitched-event #:midi-percussive-event #:make-midi-pitched-event #:make-midi-percussive-event #:midi-channel #:midi-track #:midi-velocity #:midi-patch #:midi-drum-sound #:microsecond-per-crotchet-to-bpm ))