view implementations/midi/package.lisp @ 197:22ac5ec1733c

Basic key and time signature support
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 16 Feb 2011 09:19:12 +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
	   ))