sequence output options

krissd

New member
Hello. I a very new to HLS software and this forum. Sorry if this is a duplicate question.

Before I begin using HLS, I need to know if I can out the sequence to a simple Comma delimited file. It would look like this.

MILLISECONDS from beginning of MUSIC, Channel (1-8), PIN ON or off (0 or 1)

mill C P

00001000,1,1
00001000,2,1
00002000,1,0
00003000,3,1
00004000,2,0
00005000,3,0

etc.

I am driving a simple RASP PI board via GPIO pins. The GPIO pins hook to a relay board that then switches off strings of lights.
I have a program to read a file like the above. Even if it can't do that file directly, I could take what HLS outputs and reformat
it to the above perhaps?

Thanks in advance
Kriss
 
Does xLights convert some HLS? If so convert your HLS file to a FSEQ file and play that on the Falcon Player on the Pi to control your GPIO outputs.
 
Back
Top