Difference between revisions of "OSC:SendNilParameter"

From Moving Light Assistant
Jump to: navigation, search
(Added Page.)
 
 
Line 7: Line 7:
  
 
:<code>OSC:SendNilParameter("/eos/chan/1/full")</code>
 
:<code>OSC:SendNilParameter("/eos/chan/1/full")</code>
This would tell an EOS console to set channel to full.
+
This would tell an EOS console to set channel 1 to full.

Latest revision as of 00:50, 18 March 2015

SendNilParameter( address )

address is a string.

This function will send a OSC message to the address with no parameters.

Example.

OSC:SendNilParameter("/eos/chan/1/full")

This would tell an EOS console to set channel 1 to full.