Mercurial > hg > amuse
view implementations/gsharp/classes.lisp @ 128:46c2ea86650f
implementations/mtp/: add mtp-music-object
darcs-hash:20070730142311-c0ce4-739cab39d35e6b8e480c67aef8f9469727d089ab.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Mon, 30 Jul 2007 15:23:11 +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)))