LFO, randomized choice

hi,
(1) how can i reset the LFO after a certain number of cycles automatically?

(2) very simple i think! i need a solution for a patch that choses one out of four possibilities! at the end of the sequence (ex. 300 LFO cycles) the patch should chose again! the object that shoult be chosen are texts in IOboxes (string). any help?

sorry for those newie questions,

_marty

refer to patch…

_randomstuff.v4p (7.3 kB)

(1) simple: take the 0…1 output of the LFO and multiply it by the number of cycles. make the lfo slower.

(2) use GetSlice (String) and Random (Value) to select one random text fragment from a spread of four text fragments.
use Change after an LFO to enable the Random node for one frame.

p.s. you might want to round floating point values - use Frac

thx a lot,
exactly the right stuff,…