I did check you mean to the OscBundle, I can understand how to send but for the recieve there is only this:
/* incoming osc message are forwarded to the oscEvent method. /
void oscEvent(OscMessage theOscMessage) {
/ print the address pattern and the typetag of the received OscMessage */
print("### received an osc message.");
print(" addrpattern: “+theOscMessage.addrPattern());
print(” typetag: “+theOscMessage.typetag());
println(” timetag: "+theOscMessage.timetag());
}
I am not sure if my pd patch is correct attaching a Screeshot
