max msp to vvvv

Apostolos Kolonis's icon

Hello friends, so i am trying to sends some float numbers to vvvv. I 've done the connection between the 2 programs, but the thing is that i have lets say 10 different addresses and i want to send 3 different numbers to each of them. I pack my numbers inside max msp but when i send them to vvvv only the first number appears. i dont know if my problem is that i dont send correct the numbers from max or if i dont spread them correct in vvvv. in max i pack the numbers with a |pack f f f| and send them to my message with the address /test i also trigger the last to 2 numbers. Any ideas in what might be wrong here. Thank you

Apostolos Kolonis's icon

is that patch correct in order those numbers to be send to vvvv in the same address but as a bundle?

marker's icon

You can replace <pack f f f> for <pak f f f> or a <join 3> and loose the tiggers. You should write </fiducial2 $1 $2 $3> in the messagebox. Without the < and > offcourse.

Apostolos Kolonis's icon

@MARKER thank you kind sir

Oğuzhan Tuğral's icon

Hello,

Years later another question, After sending this data to VVVV, how can you convert it to float32 or integer. I would appreciate if someone directs me to a source and answer it.

Apostolos Kolonis's icon

Hello there, if i remember correctly you can convert them via max msp directly, but also there is "tofloat32" inside vvvv