Mercurial > hg > amuse
view implementations/gsharp/classes.lisp @ 152:3b588c566734
Method for adjust-sequence for standard-composition to keep appropriate time information
darcs-hash:20071114142506-f76cc-2197a0820676834eaddce6480c027069eb845688.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Wed, 14 Nov 2007 14:25:06 +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)))