I had a processing code designed for me to generate 8 different types of an audio signal - labeled as 8 conditions for an experiment i am running. I can use processing and Supercollider to play the audio signals no problem but when I try to set up an TCP connection between Processing and labview (2009 version) to run my experiment it does not execute the commands that have already been embedded into the processing code. I am using the correct port and IP address, as specified in the processing code but for some reason the commands that I set in labview, to generate the audio condition, do not work.
I can provide the audio code if necessary. For anyone not familiar with labview it is a programming software used to run experiments. Thus by using labview I should be able to click 'run' and the entire experiment, including the audio signal, will all work at once. When I 'run' the TCP connection in labview no errors are reported so it is making a connection but for some reason the command (e.g. 'C1' for condition 1) does not execute and I hear no audio.