(One intermediate revision by one other user not shown)
Line 3:
Line 3:
|Name=OSC Receiver
|Name=OSC Receiver
}}
}}
{{stub}}
The '''OSC_Reciever''' component creates an OSC Server within Resonite to receive OSC messages.
{{Note|If this component does not work as expected, try disabling and re-enabling the <code>Enabled</code> field.|warning}}
{{Note|If this component does not work as expected, try disabling and re-enabling the <code>Enabled</code> field.|warning}}
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|HandlingUser|{{RootFieldType|UserRef}}|TypeAdv0=true|The OSC Reciever creates the OSC server on this User's machine.
|HandlingUser|{{RootFieldType|UserRef}}|TypeAdv0=true|The OSC Reciever creates the OSC server on this User's machine.
Line 15:
Line 15:
}}
}}
== Behavior ==
== Usage ==
Once <code>Handling User</code> and <code>Port</code> are set, this component will create an OSC Server within Resonite 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 25:
Line 25:
== Limits ==
== Limits ==
There are no limits to the number of OSC Paths that can be used to receive data.
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.