Lib.io.osc.OscOutput - tixl3d/tixl GitHub Wiki
in Lib.io.osc
Send out OSC signals to a receiver.
Name (Relevancy & Type) | Description |
---|---|
SendTrigger (Boolean) | Enables sending messages. If you want a continues value stream, consider disabling the OnlySendChanges options. Tip: Reduce the send rate, you can connect an [AnimValue].WasTrigger. |
IpAddress (String) | The target IP address which should be visible. If connection is not possible, check firewall settings and try to use ping. |
Port (Int32) | The target port on the receiver side. |
Address (String) | The target address should start with a forward slash. Please refer to the OSC documentation. |
Reconnect (Boolean) | - |
Values (SingleRelevant) | One or more values to send. You can connect multiple float values to send. This paraemter is ignored (not send) if default. Click on the paraemter name to reset it. |
Strings (String) | One or more strings to send. You can connect multiple strings to send. The strings will always be sent after the float values. This paraemter is ignored (not send) if default. Click on the paraemter name to reset it. |
OnlySendChanges (Boolean) | If enabled, packages will only be send if any of the parameters or the address changes. |
Name | Type |
---|---|
Result | T3.Core.DataTypes.Command |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.