Sean Meighan
Software => xLights Convert => Topic started by: Voltorb on December 09, 2014, 07:17:03 PM
-
I wanted to convert all of my sequences from LSP to Xlights. Since they contained Statis and Pixel elements, I used LSP Export to LOR option. When I used the Xlights Conversion tool to convert those sequences to XLights, my channels got remapped all over the place. The solution was to replace the characters inside the quotes on the Channel lines like unit="7" with unit="1". When importing a LMS file with all units set to 1 everything worked!
to reiterate, I changed this:
<channel name="(Ch:32)-LC7" color="8388736" centiseconds="113379" deviceType="LOR" unit="7" circuit="32" savedIndex="31">
to this:
<channel name="(Ch:32)-LC7" color="8388736" centiseconds="113379" deviceType="LOR" unit="1" circuit="32" savedIndex="31">