VVVV and LabVIEW

Hello everyone,

I’m doing an FTIR multitouch table as a senior electrical engineering project, and I am aiming to create a basic graphical synthesizer. I am comfortable with VVVV, but since this is an electrical engineering project I would prefer to use LabVIEW to generate the audio synthesis as I have more control of the data and the signal processing. My question is: is there a simple way to get data from VVVV to LabVIEW (blob coordinate data), or can anyone point me in the right direction?

Thanks!

don’t know about the capabilities of labview; basically it’s possible to transfer your data over Netsend (UDP) / OSC or Midi.

there’s also TCP/IP if UDP isn’t tight enough.