view implementations/midi/package.lisp @ 169:4a0e15e2829a

identifier becomes composition-identifier. Add constituent-identifier and get-constituents darcs-hash:20080103154317-40ec0-8398433cd150794de77cc9206296c82902df930b.gz
author d.lewis <d.lewis@gold.ac.uk>
date Thu, 03 Jan 2008 15:43:17 +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
	   ))