algorithm [Class]

An object that computes musical events. Algorithms are created using the algorithm macro.

Slots declared by algorithm:

length {integer}
Sets the number of muscial events the algorithm should compute.
count {integer}
The current event number. Count is "read only" and ranges from 0 to 1-length.
end{number}
Sets the last begin time (in seconds) for musical events.
Additional slots are inherited from container.

See Also:

algorithm [Macro], generator [Class], heap [Class], merge [Class], thread [Class]


Last Modified: 5-Mar-1998