Mercurial > hg > amuse
view 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 |
line wrap: on
line source
(cl:defpackage #:amuse-midi (:use #:common-lisp #:amuse #:amuse-utils) (: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 ))