view implementations/gsharp/classes.lisp @ 60:8cc40d2b12fd

ps13/gsharp integration darcs-hash:20070623085234-dc3a5-aede858c11bb5e5b8c73a0ec4319d3b54163beff.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Sat, 23 Jun 2007 09:52:34 +0100
parents 08468c3d5801
children c911d65ae94d
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)))