Mercurial > hg > amuse
view implementations/gsharp/package.lisp @ 206:1f3873585a5d
Change midifile-import to call event constructors, not make-instance
directly.
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Wed, 26 Jan 2011 11:30:28 +0000 |
parents | 08468c3d5801 |
children |
line wrap: on
line source
(cl:defpackage "AMUSE-GSHARP" (:use "CL" "AMUSE" "AMUSE-UTILS") (:export "GSHARP-PITCHED-EVENT" "GSHARP-COMPOSITION" "BUFFER" "NOTE"))