Hey David,
There are not really any strings in PD. You mean the whole thing gets turned into a single symbol?
lists formated as: "list one two three;" get interpreted fine as lists, you probably don't even need the "list" part.
I never tried commas from netreceive, but Pall's comments cover that.
Anyhow try putting "list" in front of your list if it don't work.
b>
David NG McCallum wrote:
Dear list,
I'm sure the answer's incredibly simple, but how can I format TCP data going to Pd so that Pd can parse it like a list? At the moment it sees everything as a big string.
I've also noticed that commas seem to split the data going in, is there anything else like this I should know when sending raw TCP to Pd?
I'm using python to send all this data, btw...
Cheers, David