Difference between revisions of "OSC:SendFloat"

From Moving Light Assistant
Jump to: navigation, search
(Added page.)
 
(No difference)

Latest revision as of 13:15, 12 September 2015

SendFloat( address, value )

address is a string.
value is a float value.

This function will send an OSC message to the address with a single float parameter.

Example.

OSC:SendFloat("/eos/sub/1", 50)

This would tell an EOS console to set sub 1 to 50%.