Mercurial > hg > amuse
view implementations/gsharp/classes.lisp @ 154:edf2322ea33f
Added copy key and time sigs and tempo. Need to do general version. Only midi-type currently
darcs-hash:20071119173147-40ec0-779ffe4dc4bbc356cc6decf6d0f50cb42f943b83.gz
author | d.lewis <d.lewis@gold.ac.uk> |
---|---|
date | Mon, 19 Nov 2007 17:31:47 +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)))