annotate implementations/tabcode/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 |
48661eb2da71 |
children |
fd85f52d9f9d |
rev |
line source |
c@43
|
1 (cl:in-package #:amuse-tabcode)
|
c@43
|
2
|
c@43
|
3 (defclass tabcode-composition (amuse:composition)
|
c@43
|
4 ())
|
c@43
|
5
|
c@43
|
6 (defclass tabcode-pitched-event (chromatic-pitched-event)
|
c@43
|
7 ((course :initarg :course :reader course)
|
csr21@58
|
8 (fret :initarg :fret :reader fret)
|
c@43
|
9 (word :initarg :word :reader word)))
|