annotate implementations/gsharp/classes.lisp @ 80:9f2282a2644e
Skeleton for segmentation interface
darcs-hash:20070716163337-f76cc-f7db9c490fab20196922118d8acd3235b4802840.gz
author |
David Lewis <d.lewis@gold.ac.uk> |
date |
Mon, 16 Jul 2007 17:33:37 +0100 |
parents |
c911d65ae94d |
children |
fd85f52d9f9d |
rev |
line source |
csr21@59
|
1 (cl:in-package "AMUSE-GSHARP")
|
csr21@59
|
2
|
csr21@59
|
3 (defclass gsharp-composition (amuse:composition)
|
csr21@59
|
4 ((buffer :initarg :buffer :reader buffer)
|
csr21@59
|
5 (tempi :initarg :tempi :reader tempi)))
|
csr21@59
|
6
|
csr21@59
|
7 (defclass gsharp-pitched-event (chromatic-pitched-event)
|
c@61
|
8 ((note :initarg :note :reader note)
|
c@61
|
9 (slice-index :initarg :slice-index)))
|