Hi List, I'm totally new in the Chuck world! I'm trying to use the OSC examples provided at http://chuck.cs.princeton.edu/doc/examples/osc/ and both chuck OSC_send.ck OSC_receive.ck and chuck s.ck r.ck don't work on machine. In the first case, OSC_send.ck seems to send correctly the OSC messages (it returns sent (via OSC): 0.895094 ...) but OSC_receive.ck never get them. r.ck runs the sine wave oscillator fine but never receive the messages sent by s.ck. I didn't make any change to the files (except for the path to the audio file in OSC_receive.ck, of course ;) ). I tried to send OSC messages to both OSC_receive.ck and r.ck with SuperCollider and PureData without any success. OSC works fine to communicate inside and between these two programs though. Am I missing some flags/options? I'm running chuck on Ubuntu 12.04 64bits. Thanks a lot for your help! Cheers, Romain