hoijui / JavaOSC

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

address pattern matching including argument types #13

Closed hoijui closed 5 years ago

hoijui commented 10 years ago

Browsing the LibLo documentation, i stumbled across an example they use for address pattern matching, and it seems like they allow to include the argument types. So i could listen to "/hello/world/" or also just to "/hello/world,i", where the message arguments have to consist of a single 32bit integer.