Hi There
I can get my sketch sending but not recieving, it did receive for a while, but not anymore.
Heres how im receiving the data, the inputs are ints
- void oscEvent(OscMessage theOscMessage)
- {
- oscP5.plug(this,"freq1","/freq1");
- oscP5.plug(this, "freq2", "/freq2");
- oscP5.plug(this, "amp1", "/amp1");
- oscP5.plug(this, "amp2", "/amp2");
- }
Any help would be kindly appreciated
Thanks
MT
1