trigger different values in signal from an impulse
Hello dearest forum,
From an impulse (short peak at 1 like click~) I need generate integer values in signal like 0, 1 and 2. It needs to be in signal all the way through for sample accurate timing issues.
Is there an equivalent of the object int in signal? Something that could keep an integer and then trigger it only when it receives the impulse?
Max Patch
Copy patch and select New From Clipboard in Max.
Something like that works but it leaves the signal domain:
any leads would be appreciated
thanks
[sah~]
Thanks a lot and sorry for my ignorance...
Also, you can use rampsmooth~ 1 22050 between click~ and sah~ if you want to create a "time-out" effect. ("only allow if there's been no clicks for half a second")