SuperCollider-Android
SuperCollider-Android copied to clipboard
OscMessage chokes on long values
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.