annotate implementations/gsharp/package.lisp @ 253:b5ffec94ae6d

some very sketchy Charm constituent code
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
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"))