comparison base/charm/classes.lisp @ 255:f1e6d10fdb11

pitched and unpitched Charm event constituent classes
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:19 +0000
parents b5ffec94ae6d
children 5090d02f7a83
comparison
equal deleted inserted replaced
254:c6c803903417 255:f1e6d10fdb11
113 113
114 (defclass standard-charm-event-constituent (standard-charm-constituent) 114 (defclass standard-charm-event-constituent (standard-charm-constituent)
115 () 115 ()
116 (:documentation "Base class for constituents using standard time 116 (:documentation "Base class for constituents using standard time
117 representation.")) 117 representation."))
118
119 (defclass standard-charm-pitched-event-constituent
120 (standard-charm-event-constituent)
121 ()
122 (:documentation "Base class for constituents using standard time
123 representation containing only pitched events."))
124
125 (defclass standard-charm-unpitched-event-constituent (standard-charm-event-constituent)
126 ()
127 (:documentation "Base class for constituents using standard time
128 representation containing only unpitched events."))