view implementations/gsharp/classes.lisp @ 59:08468c3d5801

gsharp amuse implementation darcs-hash:20070622062520-df18d-6c619e5668475044d209a1d987c24695ac065679.gz
author csr21 <csr21@cantab.net>
date Fri, 22 Jun 2007 07:25:20 +0100
parents
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)))