CCR2DMX Application Available Now

bob_moody

Apprentice elf
Joined
Oct 20, 2012
Messages
86
Location
Huntsville, TX
A lot of us are using SuperStar to sequence our Pixel Trees.
Even more are using non-LOR pixels to create the display.
There have been many threads on how to create the visualization file using CCR's then sequencing them in SuperStar, exporting them then copying the sequence into the LOR sequencer.
What I thought was a big issue was having to go in and manually delete the 7 macro channels per string. If you have a 12 string tree your having to delete 84 channels. I know some of you have even 24 and I even know of one 40 string tree (Thats 40x7= 280 channels to manually delete)
At first I wrote a simple VBScript to do take care of this for me. I have used it many times in my sequences and it works very well. The VBscript version was a little cumbersome. The code to select the file called the Word File Dialog box which meant you had to have Word and you had to call the script from the command line using csript and it automatically created a second output file with RTI- in front of the file name so as not to change the original file.
I redeisgned the app using VB.NET and created a standalone executable. I have tested it and it works just as well as the Script version. When opened, you simply click on open and it opens a diaglog box for you to select the file you want to work on. The app automatically starts looking in your LOR sequences directory. If you move your files .. you can navigate to them. Once you start the process, it runs on its own. It will make a sound and show you a status when complete. You can then SAVE the file. I suggest giving it a different name when you save it but you can save it back to the original if you want. Finally there is a CLOSE button to exit the app. (Shameless plug... there is a link to our website on the screen as well.. )
I have put the app in my Drop Box folder. You are welcome to grab a copy from:
https://www.dropbox.com/sh/dqmfzgfp9c2zjtq/AABgaeizkrTEa3T0gFJOEbOZa?dl=0
This is a Beta.. (but it seems to be working).. there might be certian button pushes or events that I have not experienced. If you find something or have a question, you can PM me or send me an email at bob_moodytx (at) yahoo.com
Like you I am working on my display and you may already be past needing this. If so .. thats ok .. thank you for reading ... grab a copy.. maybe you can use it later..
Anyway .. I would appreciate any and all feedback ...
One LAST NOTE ... This is a compiled VB application. Some virus scanners may complain (I have avast and it originally did) .. There isnt any nasties, data collection, spyware, malware in the app. Its simply parses an XML file, deletes the macro channels and saves the file.
I hope this is helpful to the community. The forums have always been helpful to me and I hope I can return the favor ..
Bob Moody
 

bob_moody

Apprentice elf
Joined
Oct 20, 2012
Messages
86
Location
Huntsville, TX
APPLICATION UPDATE
I have updated the CCR2DMX application.
I added a checkbox with a persistent value for an AUTOSAVE feature.
(Persistent value means it will create a folder in the ...\appdata\local directory to store the saved value. Each time you open the app it will present the last value known. In other words, you dont have to select the AUTOSAVE checkbox everytime you open the applicaiton)
If you check the AUTOSAVE box, you wont have to manually select the output file after you have opened and processed the file.
With AUTOSAVE, the after the file is processed, it will automaticall save the file with a "DMX_" prefix.
In other words, if you process the file ABC_SUP.LMS, it will AUTOSAVE as DMX_ABC_SUP.LMS.
The app has been updated in my DropBox shown in my original post.
Bob
 
Top