Difference between revisions of "Api.output"
From Light Forge Wiki
Chris Monson (Talk | contribs) (Created page with "==getDMX== getDMX(universe As Integer) As Byte() Returns a byte array containing all current dmx data for the specified universe. Usage: dmxValues = api.output.getDMX(0) ...") |
Revision as of 19:29, 6 May 2013
getDMX
getDMX(universe As Integer) As Byte()
Returns a byte array containing all current dmx data for the specified universe.
Usage:
dmxValues = api.output.getDMX(0) print(dmxValues[17])