Creates an OSC receiver object with a specified UDP port.
The port to listen on for OSC messages.
Throws an exception if the port is in use and or a connection cannot be established.
The gain for this object.
Defaults to 1.0.
The dBFS level for this object.
Defaults to 0.0
The identifier of this node.
The audio input channels of this audio unit.
The midi input for this audio unit.
Gets or sets the bundle received callback for this object.
Gets or sets the message received callback for this object.
The audio output channels of this audio unit.
The pan for this object.
Defaults to 0.0; -1.0 = left, 0.0 = centre, 1.0 = right.
Returns the UDP port for this object.
Connects this object's output to the specified destination object's input ("output" if the destination is a graph).
The AudioUnit | Graph to which to connect.
An index specifying which output of this AudioUnit to connect to the destination.
An index describing which input of the destination you want to connect this AudioUnit to.
Returns a reference to the destination AudioUnit object allowing you to chain multiple connect() calls. If the destination is a Graph object, connect() returns undefined.
Generated using TypeDoc
Represents an OSC receiver.
An OSCReceiver object cam receive OSC messages on a specified UDP port.