view implementations/midi/package.lisp @ 36:ad321ce17e3e

Moving some functionality from specialised geerdes area. Also added mcsv output darcs-hash:20070511120916-f76cc-d6f1b566eea7115c5de1d3aad285c84b304730b7.gz
author David Lewis <d.lewis@gold.ac.uk>
date Fri, 11 May 2007 13:09:16 +0100
parents d1010755f507
children ce12c691e661
line wrap: on
line source
(cl:defpackage #:amuse-midi 
  (:use #:common-lisp #:amuse #:amuse-utils)
  (:export #:midi-composition
	   #:midi-pitched-event
           #:midi-percussive-event
	   #:midi-key-signature
           #:make-midi-pitched-event
           #:make-midi-percussive-event
           #:make-midi-key-signature
	   #:midi-channel
	   #:midi-track
	   #:midi-velocity
	   #:midi-patch
	   #:midi-drum-sound
	   #:time-signatures
	   #:tempi
	   #:microsecond-per-crotchet-to-bpm
	   ))