-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
The state object is deprecated, as most of its functionality has been lost during time. There are other methods to do state saving like qlist and arrays which are builtin in pd, or others using externals.
unless pd will have a standardized way of doing this, I prefer doing:
[loadbang] | [r slider001] | | | [set $1( |/ [0( | ## ## ## ## ## <- Vslider or whatever | [s slider001]
however this can't be packed into an abstraction (only a subpatch will do), and not even into a GOP abstraction, because Vslider it's too narrow.
so putting this inside a subpatch, excluding [vsl] and replacing [s] & [r] with iolets, becomes:
[vsl]X[pd statesave]
not so nifty, but a GOP subpatch makes things more tidy (and heavy)
Federico