|HandlingUser|{{RootFieldType|UserRef}}|TypeAdv0=true|The OSC Sender 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.
|URL|Uri|Uri of the OSC Server to connect to, must be in the format <code>osc://<ip>:<port><code>. E.g. <code>osc://127.0.0.1:3001</code>
|URL|Uri|Uri of the OSC Server to connect to, must be in the format <code>osc://<ip>:<port><code>. E.g. <code>osc://127.0.0.1:3001</code>
|LocalPort|Int|Sets the local port. Defaults on 0 which is random.
|LocalPort|Int|Sets the local port. Defaults on 0 which is random.
|IsSending|Bool|Set to true if this OSC Sender is sending data.
|IsSending|Bool|Set to true if this OSC Sender is sending data.
|SendMode|OSC_SendMode|The Mode in which data is sent to the OSC Server. See [[#Behavior]]
|SendMode|OSC_SendMode|The Mode in which data is sent to the OSC Server. See [[#Usage]]
|AutoResendInterval|Float|Data will automatically be resent at this interval if it is set. In Seconds. See [[#Behavior]]
|AutoResendInterval|Float|Data will automatically be resent at this interval if it is set. In Seconds. See [[#Behavior]]
}}
}}
== Behavior ==
== Usage ==
Once <code>Handling User</code> and <code>Uri</code> are set, this component will try to connect to the OSC Server at the URL provided. To actually receive data, you should use the Value components:
Once <code>Handling User</code> and <code>Uri</code> are set, this component will try to connect to the OSC Server at the URL provided. To actually receive data, you should use the Value components:
Data will automatically be resent at this interval if it is set. In Seconds. See #Behavior
Usage
Once Handling User and Uri are set, this component will try to connect to the OSC Server at the URL provided. To actually receive data, you should use the Value components: