Hey Randy,
How's about an update?
How the testing? And, any more progress on feature/software?
Thanks,
JD
I've been toiling away on the software and have been surprised that none of the purchasers have been on my case about not having any yet. Maybe they are just being patient.

My current progress is that a sequence can be programmed, tested and saved from within the editor. It can then be played back in an endless loop by copying the following to the Windows clipboard (CTRL-C in Notepad or whatever):
LWZ-FLP:<Filename>Example:
LWZ-FLP:TestAnimation"LWZ-" gets the attention of the software. "FLP" is a 3 letter command abbreviation. In this instance it stands for
File
Loo
P Then comes the colon as a separator followed by the command arguments. In this case, it is simply the name of the animation file you want to loop.
Another kind of cool one is intended for RGB LED's. It goes like this:
LWZ-RGB:<starting output>,<Red Intensity 1-48 >,<Green Intensity 1-48 >,<Blue Intensity 1-48 >Example:
LWZ-RGB:1,48,10,0The example would make an RGB LED with it's pins connected to outputs 1, 2 and 3 glow a deep orange color.
These are only a couple of the dozen or so that are implemented. The rest control KB LED emulation, Global Pulse speed, and setting the output profiles and states by individual outputs, banks of outputs and all outputs at once.
In essence, I have created a kind of scripting language to control the unit via the Windows Clipboard. LED's can be controlled directly via the main "script" and / or pre-made animations can be launched in sequences. It was done this way so that any application / frontend software that can be made to write to the clipboard can directly control the LEDs.
To automate things, I'll throw together a quick little app that will take a command line argument of a script filename and pass it on to the resident software.
There are a few details that still need to be worked out, as well as a number of "extra" features I eventually want to build into the editor. But, it is
very functional at this moment and the first beta software will be up this evening.
RandyT