Open sebleblanc opened 8 years ago
I just added support for int which was easy. Support for blobs (= lists / arrays) is a bit more complicated. Why do you need that for?
I do not "need" it per se. Int support is a major improvement, and arrays would make the implementation complete.
Thank you!
The OSC "int" and "array" handling functions are missing. OSC has a few types of values:
The last two are missing from Liquidsoap. Furthermore, on receiving arrays, Liquidsoap reports an error. (sender is SuperCollider, command:
NetAddr("127.0.0.1", 7777).sendMsg('/path', [1,2,3,4])
if it matters)Additionally, OSC has "bundles", which are values grouped in the same message, to be applied simultaneously. Liquidsoap does not seem to support them.