Hallo, Item State hat gesagt: // Item State wrote:
thanks for the snippet ; after an initial confusion (my PD RC7 was thinking the list object is a bang object?!) i got a recent build and it works ; very perspicuous!
You could also use the external [any] from IEMlib instead. The "pvar.pd" is just a snippet to give you an idea. If you don't want to "pollute the symbol-table" too much with lots of send/receive pairs, you could also use a single, global send/receive and then do a [route $1] inside.
This has an additional advantage: It allows to built a simple state saving mechanism using only builtin objects. I illustrated all that in the next two patches.
Instead of [route] it is also possible to use [OSCroute], which is the approach I used in the Memento state saving system that is at the base of the RRADical patches.
Frank Barknecht _ ______footils.org_ __goto10.org__