Mercurial > hg > amuse
view implementations/gsharp/classes.lisp @ 70:19a4ad162cf9
implementations/mtp/methods.lisp: fix parens
darcs-hash:20070706113932-c0ce4-4e026666faad81e352bcc3ad9d10be7606c87035.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 06 Jul 2007 12:39:32 +0100 |
parents | c911d65ae94d |
children | fd85f52d9f9d |
line wrap: on
line source
(cl:in-package "AMUSE-GSHARP") (defclass gsharp-composition (amuse:composition) ((buffer :initarg :buffer :reader buffer) (tempi :initarg :tempi :reader tempi))) (defclass gsharp-pitched-event (chromatic-pitched-event) ((note :initarg :note :reader note) (slice-index :initarg :slice-index)))