OSC:SendFloat

From Moving Light Assistant
Jump to: navigation, search

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%.