Hello all,
I'm hoping to pass around a lot of Gem data via OSC and have run into a little bug (or a limitation of OSC)
Any whole negative numbers I send via sendOSC get send out of dumpOSC as 4.29497e+009
that is -1, -2, -3, -10 etc.. but not -0.99999 or -10.0001
It really is an anoyance! I'm running on windows, using a fresh OSC binary from this week.
Perhaps negative numbers are not used so often in OSC?
Thanks! Ben