Hi There!
I'm new in PD, and I'm testing some simple patches with Arduino. Everything was right interfacing with Arduino, no problems there and works fine.
Now I've got several toggle buttons like this one that sends somethig like "X number":
[ ] [X]
| | ...
[Z $1]
and what I want is concatenate the output of each of this message boxes to form a string like this one:
U 1 Z 1 G 0 #
I don't know how to do it. It seems very simple, but I've been looking for the solution two days, using pack, list and so on, but nothing worked correctly.
Thanks in advance,
F. Alvarez