Feeds text bytes (UTF-8 by default) into the OSC parser.
void addText(String text, {Encoding encoding = utf8}) { addBytes(encoding.encode(text)); }