Hello all,
Sorry if this is somehow a newbie question. I'm quite familiar with Pd processes but this is the first time I'm trying to use this and couldn't seem to find a reasonable solution.
My problem is:
I have three numeric values that change simultaneously. I need them to be packed and sent as a list each time they change, so other abstraction can unpack/route them (doesn't matter) and deal with them later.
My problem is that Pack only sends output when banged at the first inlet, so it is outputting the list with the first correct value and the two others are the previous states.
For instance: 10 35 45 then it goes to 15 42 30, pack outputs 15 35 45.
The usual solution would be a [t b f] at each cold inlet but it makes Pack output three times the list, which could be problematic later.
Any ideas?
Thanks!