hoijui / JavaOSC

OSC content format/"protocol" library for JVM languages
http://www.illposed.com/software/javaosc.html
BSD 3-Clause "New" or "Revised" License
156 stars 43 forks source link

Need example of OSCPortIn code #61

Closed DiMoSe closed 3 years ago

DiMoSe commented 3 years ago

Sorry if this isn't the right place to ask, but I need a PortIn example. There isn't one linked in the Readme for that part and the collider example only sends osc out.

hoijui commented 3 years ago

There is an example in the classes comment: https://github.com/hoijui/JavaOSC/blob/master/modules/core/src/main/java/com/illposed/osc/transport/OSCPortIn.java#L29

good luck! :-)