pq / osc

A simple Open Sound Control (OSC) protocol implementation for Dart.
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

fixed stringcodec length #19

Open danielled94 opened 1 year ago

danielled94 commented 1 year ago

when the first string length is a multiple of 4, the following arguments do not work

pq commented 1 year ago

Thanks for the contribution!

It would be great if you added some tests for this condition (maybe to convert_test?)

Also, add yourself to AUTHORS?

dzink commented 5 months ago

Confirmed this worked for me too after some short messages from Supercollider. Thanks!