view implementations/midi/package.lisp @ 177:e5de0895d843

Gsharp-output darcs-hash:20080313112652-40ec0-64241751ae1c0bfc32c3e35deac499132728c5bf.gz
author d.lewis <d.lewis@gold.ac.uk>
date Thu, 13 Mar 2008 11:26:52 +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
	   ))