Component:OSC Receiver

From Resonite Wiki
Component image 
OSC Receiver component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
HandlingUser direct UserRef The OSC Reciever creates the OSC server on this User's machine.
AccessReason String Displayed in the Host Access Dialog when a connection is trying to be established.
Port Int Network port to listen on for OSC connections
IsListening Bool This value is set to true when Resonite is successful in opening a network connection to receive data on.

Behavior

Once Handling User and Port are set, this component will create an OSC Server within Resonate to receive OSC messages. To actually receive data, you should use the Value components:

Examples

Limits

There are no limits to the number of OSC Paths that can be used to receive data.

See Also