Mercurial > hg > amuse
view implementations/gsharp/classes.lisp @ 64:c8f1b0ab0007
midi-output is now in tools
darcs-hash:20070628144900-f76cc-f96cd99afbd2d9cf3274717ade3578e4c97559e8.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Thu, 28 Jun 2007 15:49:00 +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)))