SuperCollider-Android icon indicating copy to clipboard operation
SuperCollider-Android copied to clipboard

OscMessage chokes on long values

Open glastonbridge opened this issue 14 years ago • 0 comments

When using the Java-land OSC messages, long integer data can get lost. I hit the problem when using the object array constructor. Casting to an int fixed the problem, suggesting that somewhere in the chain I've forgotten to implement long ints.

glastonbridge avatar Sep 01 '10 18:09 glastonbridge