view implementations/midi/package.lisp @ 315:d1ff5dad3f8d

Improve printing of list-collections. Ignore-this: 3073e6c1462cf98ca5752179ab6ecb1d darcs-hash:20100414191443-16a00-e2f9962b0cea652890be18297fdbd4bf7d533c84.gz
author j.forth <j.forth@gold.ac.uk>
date Wed, 14 Apr 2010 20:14:43 +0100
parents ac78ce3d0b10
children
line wrap: on
line source
(cl:defpackage #:amuse-midi 
  (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools)
  (:export #:midi-composition
	   #:midifile-id
	   #:midifile-identifier-pathname
	   #: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-note-number
	   #:midi-drum-sound
	   #:midi-drum-sound=
	   #:microsecond-per-crotchet-to-bpm
	   #:midi-patch
	   #:midi-timebase

	   #:midi-event-type
	   #:midi-drum-sound-eql
	   #:make-midi-drum-sound-eql
	   #:midi-drum-sound-any
	   #:make-midi-drum-sound-any
	   #:midi-channel-eql
	   #:make-midi-channel-eql
	   #:midi-channel-any
	   #:make-midi-channel-any
	   #:midi-track-eql
	   #:make-midi-track-eql
	   #:midi-track-any
	   #:make-midi-track-any
	   ))