cmn [Class]

An event class holding one or more CMN manuscript directives.

cmn declares the following slots:

data {symbol | list}
Holds a list of CMN manuscript directives. If the directive is a single symbol than the symbol may be specified as the value of the slot, otherwise the value must be a list of one or more directives.
channel {integer}
Holds a midi channel number to associate with the direcitive. This slot is only available if CM was build with the MIDI syntax enabled.
Additional slots are inherited from note [Class].

Example:

? (object cmn data '((meter 2 4)))
#<CMN ((meter 2 4)) 140044131>

See Also:

CMN [Syntax]


Last Modified: 5-Mar-1998