cycle [Pattern]

Enumerates items in a continuous loop. cycle is the default pattern type.

Example:

? (setf x (rhythms q h e for 6 in cycle))
#<CYCLIC-RHYTHM-STREAM 132666571>

? (read-items x)
(1.0 2.0 0.5 1.0 2.0 0.5)

See Also:

Item Streams


Last Modified: 5-Mar-1998