Feeds multiple bytes into the OSC parser.
void addBytes(Iterable<int> bytes) { for (final byte in bytes) { addByte(byte); } }