object {class} {slot value}* [Macro]

Creates an object of type class. Following class comes any number of slot initializations, as appropriate to the class of the object.

Example:

? (object midi-note note 'c4 rhythm .1)
#<MIDI-NOTE | C4| 0.100| 0.100| 64| 0|>

Last Modified: 5-Mar-1998