view implementations/gsharp/classes.lisp @ 153:74fc4c6cbf6c

Really saved that change this time darcs-hash:20071114153611-f76cc-8bcc114d41915de8d720c833d450cbf0be508ade.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 14 Nov 2007 15:36:11 +0000
parents fd85f52d9f9d
children 110e957a7e3c
line wrap: on
line source
(cl:in-package "AMUSE-GSHARP")

(defclass gsharp-composition (amuse:standard-composition)
  ((buffer :initarg :buffer :reader buffer)
   (tempi :initarg :tempi :reader tempi)))

(defclass gsharp-pitched-event (standard-chromatic-pitched-event)
  ((note :initarg :note :reader note)
   (slice-index :initarg :slice-index)))