Send "16 0 86..." as values over UDP

ok i have this udp server, that accepts a pixel adressing format like “0 16 0 86 255”, but in binary code. i assume that this isn’t possible with VVVV.

so i put all the pixeldata into one giant string, which is then send to max, processed with with a java application and so on… not very classy, i know :/

is it possible to convert this string into a value, and use something else as a seperator? the already existing max patch wants seperated values like “0 16 0 86 255…” is that possible to do with VVVV?

schlonz

try SpellValue (String) in ASCIImode

schlonz.v4p (5.7 kB)