# Functions
BlobParse will convert any string argument to a []byte so that it will be sent as a blob argument.
Generate will call the MsgGenFunc periodically after every period given by msgPeriod.
Parse attempts to parse a given string and return a value that is a supported osc argument that represents the string value.
Print provides a PacketHandler that will print a recieved Packet.
ReceivePackets will receive all packets at the given address.
# Constants
EmptyValueError is returned if an empty string is passed to Parse.
# Type aliases
ErrorHandler handles an error.
MsgGenFunc is a function that returns an osc.Message when called, for passing to the Generate function.
PacketHandler handles a packet.
ParseError is an error type that can be returned when there is an issue with parsing a string value in order to turn it into an osc.Message.