comparison implementations/midi/package.lisp @ 25:fe73cc3f1605

implementations/midi: move MIDI implementation to subdirectory. darcs-hash:20061215162417-aa3d6-164486669cc7e76206afd76f5c9cdd4fb2ba5b75.gz
author m.pearce <m.pearce@gold.ac.uk>
date Fri, 15 Dec 2006 16:24:17 +0000
parents
children a2cc2a093a27
comparison
equal deleted inserted replaced
24:8d2b1662f658 25:fe73cc3f1605
1 (cl:defpackage #:amuse-midi
2 (:use #:common-lisp #:amuse-base)
3 (:export #:make-midi-pitched-event
4 #:make-midi-percussive-event
5 #:make-midi-key-signature))
6