Represents a single Open Sound Control (OSC) message.

Hierarchy

  • OscMessage

Properties

Properties

address: string

Represents the address of this OSC message.

timestamp: number

Represents the timestamp of this OSC message. Returns total milliseconds since Unix epoch.

values: OscValue[]

The array of values contained in this message.

Generated using TypeDoc