[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] wrapAt??



I'm trying to do this:

Spawn.ar({ arg spawn, events;
n = events;
BUT when events gets to a specified max number it wraps back to 0.

i fallaciously tried n = maxNum.wrapAt(events).  nada.  anyone?  thanks as
always.
jz