view implementations/midi/package.lisp @ 64:c8f1b0ab0007

midi-output is now in tools darcs-hash:20070628144900-f76cc-f96cd99afbd2d9cf3274717ade3578e4c97559e8.gz
author David Lewis <d.lewis@gold.ac.uk>
date Thu, 28 Jun 2007 15:49:00 +0100
parents ce12c691e661
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
	   ))