Main > Software Forum
LEDBlinky Animation Editor (Beta v1.0.0.1)
<< < (9/10) > >>
arzoo:

--- Quote from: headkaze on September 19, 2007, 07:42:15 pm ---I just noticed that your LED levels only go up to 48. There are actually 49 levels where 0 is off, 1 to 48 is a PMW signal and 49 is "all on".

Also how about including some sample lwax's in the archive? Like the ones I converted from lwa format. It's just nice to be able to load up some animations and see them in action.

--- End quote ---
Although the sliders only go up to 48, the value written to the xml will be 49. The editor can load and play both LWA and LWAX formats, but I guess I should swap out the included LWA samples for the LWAX versions. Tx.
headkaze:
Sorry to drag up the old subject of LED Animation formats, but if you were going to add support for the PacDrive wouldn't it make sense to change the lwax format to the following (and possibly changing the extension to .lax). Obviously the PacDrive would only need the State command.


--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<LEDAnimation Device="LEDWiz">
  <Frame Number="1" Duration="35">
    <Intensity ID="0" Value="49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49" />
    <State ID="0" Value="0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0" GlobalPulse="3" />
  </Frame>
  <Frame Number="2" Duration="35">
    <State ID="0" Value="0,0,1,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0" GlobalPulse="3" />
  </Frame>
  <Frame Number="3" Duration="35">
    <State ID="0" Value="0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,0,0" GlobalPulse="3" />
  </Frame>
</LEDAnimation>
--- End code ---


--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<LEDAnimation Device="PacDrive">
  <Frame Number="1" Duration="35">
    <State ID="0" Value="0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0" />
  </Frame>
  <Frame Number="2" Duration="35">
    <State ID="0" Value="0,0,1,1,1,0,0,1,1,1,1,0,0,1,1,0" />
  </Frame>
  <Frame Number="3" Duration="35">
    <State ID="0" Value="0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1" />
  </Frame>
</LEDAnimation>
--- End code ---
arzoo:
Definitely need to update the animation format to support the PAC-Drive, but I'd suggest that we put the Device property at the Intensity and State nodes.


--- Code: ---<?xml version="1.0" encoding="utf-8"?>
<LEDAnimation>
  <Frame Number="1" Duration="35">
    <Intensity Device="LEDWiz" ID="1" Value="49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49" />
    <State Device="LEDWiz" ID="1" Value="0,1,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,1,1,0,0" GlobalPulse="3" />
    <State Device="PACDrive" ID="0" Value="0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1" /> 
 </Frame>
</LEDAnimation>
--- End code ---
headkaze:
Cool, your way works better :) I guess we'll keep the .lwax extension.

Here are those default lwax files converted to the new format.
headkaze:
Hey arzoo I got the following error message when I open LEDBlinkyAnimationEditor.exe. It comes up just after it shows the message "No LEDWiz Devices Detected", so perhaps it's because I'm running it without a LEDWiz. Just thought I'd report this.
Navigation
Message Index
Next page
Previous page

Go to full version