Oscp5 unpack bundle
in
Contributed Library Questions
•
1 month ago
Hi,
I'm receiving bundles in processing with oscp5 library but after many research I didn't found a way to "unpack" the bundles. I just discover the OSC protocol yesterday so I'm not familiar at all with it. For now I just have the basic information from the bundle example:
- 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());
- }
- ### received an osc message. addrpattern: #bundle typetag: timetag: -3036775305449569814
Thanks,
1