keijiro / OscJack

Lightweight C# implementation of OSC server/client
The Unlicense
479 stars 65 forks source link

Append "," type tag into an address only OSC #7

Closed asus4 closed 6 years ago

asus4 commented 6 years ago

Append "," type tag into an address only OSC. It will improve compatibility with other libraries. go-osc in my case.

keijiro commented 6 years ago

Thanks for the PR. Merged.