Mercurial > hg > amuse
view implementations/gsharp/package.lisp @ 171:98443d36ac6a
Fixed sequence:make-sequence-like :around method
The :around method clobbered the %data slot, as Christophe put it.
darcs-hash:20080123180914-990ec-629ecf5d60363512e6831800bb1e61dbcb8f94f5.gz
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Wed, 23 Jan 2008 18:09:14 +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"))