Home Reference Source Test

Typedef

Static Public Summary
public

A TypedMessage consists of an OSC address and an optional array of typed OSC arguments.

Static Public

public MessageArgObject: object source

A TypedMessage consists of an OSC address and an optional array of typed OSC arguments.

Properties:

NameTypeAttributeDescription
type MessageArgType
value MessageArgValue

Example:

const messageArgObject = {
  type: 'i', value: 123
}