klingtnet / rosc

An OSC library for Rust.
Apache License 2.0
171 stars 25 forks source link

Multi-level wildcard operator and 1.1 #31

Open richardwesthaver opened 2 years ago

richardwesthaver commented 2 years ago

Hello!

I was curious if you would be interested in supporting OSC 1.1 features from https://opensoundcontrol.stanford.edu/files/2009-NIME-OSC-1.1.pdf - not much has changed but the multi-level wildcard could come in handy (‘//param’ matches ‘/synth1/param’, ‘/synth2/param’, etc)

klingtnet commented 2 years ago

Hi @richardwesthaver !

I am definitely interested in supporting OSC 1.1, but don't have any plans to implement support for it yet. It would be great if someone could contribute this, or parts of the added functionality, with a PR.