6 Jul
2018
6 Jul
'18
9:51 a.m.
Hi, I was moving some code away from using OscRecv and OscSend to make use of OscIn/OscOut and OscMsg. I found the versions file (under 1.3.4.0) useful in doing this. The example r.ck within the OSC examples was also useful. I did find something that I was unclear about though within it. What is the purpose of the if within line 15? 9: OscIn oin; 14: // create an address in the receiver 15: oin.addAddress( "/foo/notes, if" ); https://github.com/ccrma/chuck/blob/master/examples/osc/r.ck All the best Scott