view implementations/gsharp/classes.lisp @ 91:05973a543a01

fix broken paren in Krumhansl example darcs-hash:20070723170432-dc3a5-57767ee7d3872031509a4b91c13d6dd122b59b44.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Mon, 23 Jul 2007 18:04: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)))