view implementations/midi/package.lisp @ 27:a2cc2a093a27

implementations/midi/package.lisp: the base package is called AMUSE (rather AMUSE-BASE) for now. Any thoughts on this? darcs-hash:20061215162849-aa3d6-413a87cc1ddc3f9ebc663f1ec29ddb0c63a79580.gz
author m.pearce <m.pearce@gold.ac.uk>
date Fri, 15 Dec 2006 16:28:49 +0000
parents fe73cc3f1605
children 8e94c41f7103
line wrap: on
line source
(cl:defpackage #:amuse-midi 
  (:use #:common-lisp #:amuse)
  (:export #:make-midi-pitched-event
           #:make-midi-percussive-event
           #:make-midi-key-signature))