Component:OSC Value

From Resonite Wiki
Revision as of 19:42, 30 April 2024 by ProbablePrime (talk | contribs)
Component image 
OSC Value`1 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.
Handler OSC_Handler The Component:OSC_Receiver or Component:OSC_Sender to be used with this component.
Path String The OSC Path for this value
ArgumentIndex Int For Multi-Dimensional OSC Values, this specifies which value to retrieve
Value T The recieved OSC Value or the default value of the Type if there is no OSC data.

Behavior

Receiving

When Handler, is set to a valid and IsListening, OSC Reciever, if OSC Data is found at the specified Path. The value from OSC will be shown in the Value field.

Examples

See Also