Mercurial > hg > amuse
comparison implementations/midi/package.lisp @ 212:619194befdd4
add identifier and timebase slots to midifile composition class
Ignore-this: 4e72a0860344399452bea196c3739bbf
darcs-hash:20090524150506-16a00-bce845ccf20a9289a4015fb58287f25ebfa178ad.gz
committer: Jamie Forth <j.forth@gold.ac.uk>
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 24 Feb 2011 11:23:17 +0000 |
parents | fc6848dda767 |
children | 16b99fc989aa |
comparison
equal
deleted
inserted
replaced
211:e2839225f6fb | 212:619194befdd4 |
---|---|
1 (cl:defpackage #:amuse-midi | 1 (cl:defpackage #:amuse-midi |
2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) | 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-tools) |
3 (:export #:midi-composition | 3 (:export #:midi-composition |
4 #:midifile-id | 4 #:midifile-id |
5 #:midifile-identifier-pathname | |
5 #:midi-pitched-event | 6 #:midi-pitched-event |
6 #:midi-percussive-event | 7 #:midi-percussive-event |
7 #:make-midi-pitched-event | 8 #:make-midi-pitched-event |
8 #:make-midi-percussive-event | 9 #:make-midi-percussive-event |
9 #:make-midifile-identifier | 10 #:make-midifile-identifier |
12 #:midi-velocity | 13 #:midi-velocity |
13 #:midi-patch | 14 #:midi-patch |
14 #:midi-drum-sound | 15 #:midi-drum-sound |
15 #:microsecond-per-crotchet-to-bpm | 16 #:microsecond-per-crotchet-to-bpm |
16 #:midi-patch | 17 #:midi-patch |
18 #:midi-timebase | |
17 )) | 19 )) |