Hi,
A few months ago, someone on this forum made a DDF Library file for my lights. I have no idea how to code and this file has not worked. I was wondering if someone would be willing to write a new one for me. The old file would turn my lights red and I could not control them in any way; I will leave the code down below and the channels. The last 2 channels are unimportant, so if it is difficult to code its not a big deal.
The lights are a 7-channel system and I bought them off of amazon.
LUNSY RGB Stage Lighting 2Pack, 36LED Dj Par Lights, Uplighting for Events, Sound Activated,
Thanks so much for your help!
-Trevor
Lights information
Lunsey DJ Par Lights
Channel 1 (0-255) - Brightness
Channel 2 (0-255) - Red
Channel 3 (0-255) - Green
Channel 4 (0-255) - Blue
Channel 5 (8-225) - Strobe
Channel 6 - Color Fading
- 0-10 - Manual control
- 11-60 - Color Selection (colors controlled by Channel 7)
- 61-110 - Color shade (colors controlled by Channel 7) the bigger the values, the faster
- 111-160 Color pulse speed (speed controlled by Channel 7) the bigger the values, the faster
- 161-210 Color Transition (colors controlled by Channel 7) the bigger the values, the faster
- 211-255 Sound Control
Channel 7 (0-255) Color selection/colors shade(the bigger the values, the faster)
Original Code
<?xml version="1.0" encoding="UTF-8"?>
<device type="DMXDevice" dmxaddresscount="7" DefaultDisplayStyle="PREVIEW" dmxcversion="3.1.0" ddfversion="1.0.0">
<information>
<ddf-library-id>2063</ddf-library-id>
<model>Par Lights 36 LED</model>
<vendor>LUNSY</vendor>
<author>Helmut</author>
<mode>7 Channel</mode>
</information>
<functions>
<dimmer dmxchannel="0"/>
<strobe dmxchannel="4">
<range type="linear" mindmx="0" maxdmx="255" minval="0" maxval="10"/>
</strobe>
<rawstep dmxchannel="5" name="Mode">
<step caption="Off" mindmx="0" maxdmx="50"/>
<step caption="Color Step" mindmx="51" maxdmx="100"/>
<step caption="Color Fade" mindmx="101" maxdmx="150"/>
<step caption="Color Fade In/Out" mindmx="151" maxdmx="200"/>
<step caption="Music Mode" mindmx="200" maxdmx="255"/>
</rawstep>
<raw dmxchannel="6" name="Mode Speed">
<range type="linear" mindmx="0" maxdmx="255" minval="0" maxval="100"/>
</raw>
<rgb>
<red dmxchannel="1"/>
<green dmxchannel="2"/>
<blue dmxchannel="3"/>
</rgb>
</functions>
</device>
Display More