view 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
line wrap: on
line source
(cl:in-package #:amuse-tabcode) 

(defclass tabcode-composition (amuse:composition)
  ())

(defclass tabcode-pitched-event (chromatic-pitched-event)
  ((course :initarg :course :reader course)
   (fret :initarg :fret :reader fret)
   (word :initarg :word :reader word)))