Disperse TypoSpread values and Damper to defaults positions

these are my first steps in vvvv.

i’ve been trying to achieve a simple task but extensible if better implemented. here’s my patch. it basically disperse TypoSpread particules in a pseudo-random way and when toggled they return to defaults positions by adding a Damper filter.

the problem is that i can’t control the FilterTime just for the splash yet, its value is shared on both states (normal and dispersed)

in order to work with each letter, i guess i must read more about Bins.

typospread-3.v4p (47.5 kB)

Try decay node, it has attack and decay pin.

Thanks for the tip