annotate implementations/gsharp/package.lisp @ 195:f0e742e8de06

The MTP implementation of AMUSE:MONODY now uses the voice of the first event in the piece. darcs-hash:20090723085710-c0ce4-0324442e9897c7a903fa20cfd16d18f880718439.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Thu, 23 Jul 2009 09:57:10 +0100
parents 08468c3d5801
children
rev   line source
csr21@59 1 (cl:defpackage "AMUSE-GSHARP"
csr21@59 2 (:use "CL" "AMUSE" "AMUSE-UTILS")
csr21@59 3 (:export "GSHARP-PITCHED-EVENT" "GSHARP-COMPOSITION" "BUFFER" "NOTE"))