|HandlingUser|{{RootFieldType|UserRef}}|TypeAdv0=true|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.
|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
|Port|Int|Network port to listen on for OSC connections
Line 13:
Line 15:
}}
}}
== Behavior ==
== Usage ==
Once <code>Handling User</code> and <code>Port</code> 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:
Once <code>Handling User</code> and <code>Port</code> are set, To actually receive data, you should use the Value components:
* [[Component:OSC_Value]]
* [[Component:OSC_Value]]
* [[Component:OSC_Field]]
* [[Component:OSC_Field]]
Line 20:
Line 22:
== Examples ==
== Examples ==
* See [[OSC]].
* See [[OSC]].
== Limits ==
There are no limits to the number of OSC Paths that can be used to receive data.
When using a Headless Server the OSC address must be set to "localhost", using 127.0.0.1 will not work.