alistairrutherford / osc-tools

OSC (Open Sound Control) libraries and tools written in Java. The design principle of these components is to adopt a 'pooled' approach to message handling and hence are ideal for Android as well as the desktop
Other
16 stars 7 forks source link

Error checking required around parameter count for target mapping. #3

Open alistairrutherford opened 11 years ago

alistairrutherford commented 11 years ago

We need to check if (say) for a note-on mapping that the received OSC message has enough parameters.

alistairrutherford commented 11 years ago

Partial error checking implemented. Needs further testing.