jwithee
12-03-2008, 08:38 AM
I am trying to use Vixenlights to control my own custom board, but I cannot use the vixen plugin API. Instead I have written my own control software in linux.
Although I do want to use vixen to design the sequence. I was looking at the saved sequence file *.vix, which seems to be xml and pretty straight forward. I think the data I want is in the "<eventValues>" tags, but I can't follow exactly what the format is.
Here is an example: (this is 16 channels with 1 sec sequence with a period of 0.1 sec with every other channel on.)
<EventValues>/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAP////////////8AAAAAAAAAAAAA/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAP////////////8AAAAAAAAAAAAA/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAA==</EventValues>
I thought that each character in binary represented the brightness value for some particular time in the sequence, but this doen't seem to be the case because their is 216 characters not 160 (16chan*1sec/0.1sec)
Any help on the actual format would be greatly appreciated.
Thank you,
Jason
Although I do want to use vixen to design the sequence. I was looking at the saved sequence file *.vix, which seems to be xml and pretty straight forward. I think the data I want is in the "<eventValues>" tags, but I can't follow exactly what the format is.
Here is an example: (this is 16 channels with 1 sec sequence with a period of 0.1 sec with every other channel on.)
<EventValues>/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAP////////////8AAAAAAAAAAAAA/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAP////////////8AAAAAAAAAAAAA/////////////wAAAAAAAAAAAAD/////////////AAAAAAAAAAAAAA==</EventValues>
I thought that each character in binary represented the brightness value for some particular time in the sequence, but this doen't seem to be the case because their is 216 characters not 160 (16chan*1sec/0.1sec)
Any help on the actual format would be greatly appreciated.
Thank you,
Jason