container [Class]

An abstract class implementing aggregate musical structure. Subclasses of container produce musical events in different, class specific ways.

Slots declared by container:

start{number}
Sets a local start time, in seconds. Defaults to 0.0.
initializer{number}
A function to call before the object starts output processing.
finalizer{number}
A function to call just after the object finishes output processing.

See Also:

algorithm [Class], generator [Class], heap [Class], merge [Class], thread [Class], Describing Music Algorithmically


Last Modified: 5-Mar-1998