annotate implementations/tabcode/classes.lisp @ 109:a9a1c7aa86a9
rename mips-pitch -> diatonic-pitch
darcs-hash:20070726131834-dc3a5-86b4b1aa5dc46bef8f25fa9111e2e08e51046c9b.gz
author |
c.rhodes <c.rhodes@gold.ac.uk> |
date |
Thu, 26 Jul 2007 14:18:34 +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)))
|