view implementations/gsharp/classes.lisp @ 160:136ec5516cc4

patch on my computer. Not sure what it does darcs-hash:20071211145912-f76cc-cb69a7a78367366f9731284888db1c558fa07989.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 11 Dec 2007 14:59:12 +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)))