OSC:SendFloat

From Moving Light Assistant
Revision as of 13:15, 12 September 2015 by Andyv wiki admin (Talk | contribs) (Added page.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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%.