PlayerCreates an instance of an OSC message.
If values is omitted, it will be an empty array.
The address for this message.
Optionalvalues: OscValue[]The values to be contained in this message.
ReadonlyaddressRepresents the address of this OSC message.
ReadonlytimestampRepresents the timestamp of this OSC message.
If this message was received as part of an OSC bundle, returns the timestamp as total milliseconds since Unix epoch.
When sending a message, this value is not used.
ReadonlyvaluesThe array of values contained in this message.
Represents a single Open Sound Control (OSC) message.