; ; Sequence Data Format ; ------------------- ; fade_rate, hold_time, red, green, blue (all values in decimal) ; values should be 0 <= value <= 255 ; ; End of current sequence ; ----------------------- ; fade_rate = 255 tells code that this is then end of the current ; sequence data. ; ; End of all sequence data ; ------------------------ ; fade_rate and hold_time = 255 tells the code that this is the end ; of the current sequence data AND the end of all sequences. ; ; Fade Rate ; --------- ; fade_rate = 0 --> no fade, new values update immediateley ; fade_rate >0 and <255 fades from current to new values. ; The colours fade from the current value to the new value ; in steps of 1 (i.e. 0 to 100 requires 100 steps) ; each step takes ~5mS x Fade Rate. ; ; max fade time with increments of 5mS x fade_rate. ; 1 x 5mS x 255 = 1.27 secs ; 2 x 5mS x 255 = 2.50 secs ; 3 x 5mS x 255 = 3.85 secs ; 4 x 5mS x 255 = 5.10 secs ; 5 x 5mS x 255 = 6.35 secs ; 6 x 5mS x 255 = 7.60 secs ; ...... ; 254 x 5mS x 255 = 3m23s ; ; Hold Time ; --------- ; How long to hold the current RGB colours before getting ; the next set of RGB values. ; hold_time = 0 --> no hold, jump to next step in sequence ; hold_time >0 and <255 hold for 50ms x hold_time ; 1 x 50mS = 50mS ; 254 x 50mS = 12.7 secs ; ; ________________ Fade Rate ; | _____________ Hold time ; | | _________ Red ; | | | ____ Green ; | | | | _ Blue ; | | | | | ; ORIGINALS: I only added some extra comments dt 1,0,255,0,0 ; fast fade dt 1,0,0,255,0 dt 1,0,0,0,255 dt 255 dt 3,0,64,64,0 ; nice lightshow dt 2,0,128,128,0 dt 1,0,240,240,0 dt 1,0,128,128,0 dt 2,0,64,64,0 dt 3,0,0,0,0 dt 3,0,64,0,64 dt 1,0,240,0,240 dt 1,0,64,0,64 dt 3,0,0,0,0 dt 3,0,0,64,64 dt 1,0,0,240,240 dt 1,0,0,64,64 dt 3,0,0,0,0 dt 255 dt 0,5, 255, 0 , 0 ; REDfadeto0 Greenfadeto0 Bluefadeto0 repeat dt 1,0, 0 , 0 , 0 ; dt 0,5, 0 , 255, 0 ; dt 1,0, 0 , 0 , 0 ; dt 0,5, 0 , 0 , 255 dt 1,0, 0 , 0 , 0 dt 255 ; end of sequence dt 2,1,255,0,0 ; kind of fast spectrum fade dt 2,1,0,255,0 dt 2,1,0,0,255 dt 255 ; end of sequence dt 2,1,255, 64, 0 ; dim red or green or blue rest = on dt 2,1,64 , 0, 255 dt 2,1,0, 255, 64 dt 255 ; end of sequence dt 0, 254, 255, 0, 0 ; Red dt 255 ; end of sequence dt 0,254,0,255,0 ; Green dt 255 ; end of sequence dt 0,254,0,0,255 ; Blue dt 255 ; end of sequence dt 0,254,240,0,240 ; Purple dt 255 ; end of sequence dt 0,254,255,155,0 ; Orange dt 255 ; end of sequence dt 0,254,240,240,240 ; White Bright dt 255 ; end of sequence dt 0,254,128,128,128 ; White Half dt 255 ; end of sequence dt 0,254,48,48,58 ; White Low dt 255 ; end of sequence dt 0,1,255,0,0 ; disco! dt 0,1,0,255,0 dt 0,1,0,0,255 dt 255 dt 3,0,128,128,128 ; fade up - flash several times - fade down - repeat dt 0,1,200,255,255 dt 0,1,0,0,0 dt 0,1,200,255,255 dt 0,1,0,0,0 dt 0,1,200,255,255 dt 0,1,0,0,0 dt 0,1,200,255,255 dt 0,1,0,0,0 dt 0,1,200,255,255 dt 0,1,0,0,0 dt 0,1,200,255,255 dt 0,1,128,128,128 dt 2,2,0,0,0 dt 255 dt 6, 10, 255, 0, 0 ; Spectum fade (bit slow) dt 6, 10, 255,255,0 dt 6, 10, 0, 255,0 dt 6, 10, 0, 255,255 dt 6, 10, 0, 0, 255 dt 6, 10, 255,0,255 dt 255 ; end of sequence dt 25, 254, 255, 0, 0 ; Spectum fade slow (REALY slow) dt 25, 254, 255,255,0 dt 25, 254, 0, 255,0 dt 25, 254, 0, 255,255 dt 25, 254, 0, 0, 255 dt 25, 254, 255,0,255 dt 255 ; end of sequence dt 4, 10, 254, 32, 0 ; warm dt 4, 10, 254,128,0 dt 4, 10, 254,240,0 dt 4, 10, 128,240,0 dt 255 ; end of sequence dt 4, 10, 0,16,255 ; cool dt 4, 10, 0,128,255 dt 4, 10, 0,240,128 dt 4, 10, 16,16,240 dt 4, 10, 240,16,240 dt 4, 10, 64,0,250 dt 255 ; end of sequence dt 10,4, 240,0,240 ; purple dt 10,4, 32,0,240 dt 10,4, 128,0,128 dt 10,4, 240,0, 32 dt 255 ; end of sequence dt 0,5,0,0,10 ; dim blue dt 0,5,0,0,0 ; off ; Einde van standaardsequences, nu komen die van mezelf: dt 0,10, 255, 0, 0 ; flash red lightshow dt 0,10, 0, 255, 0 ; flash green dt 0,10, 0, 0, 255 ; flash blue dt 255 ; end of sequence dt 0,3, 255, 0, 0 ; flash red ligtshow disco style dt 0,3, 0, 255, 0 ; flash green dt 0,3, 0, 0, 255 ; flash blue dt 255 ; end of sequence dt 2,120, 0, 0, 255 ; fade to blue and hold show shimering collors dt 2,20, 0, 0, 0 ; fade to black dt 2,120, 0, 255, 0 ; fade to green and hold dt 2,20, 0, 0, 0 ; fade to black dt 2,120, 255, 0, 0 ; fade to red and hold dt 2,20, 0, 0, 0 ; fade to black dt 255 ; end of sequence dt 0,254, 255, 0, 0 ; red on just red dt 255 dt 0,254, 0, 255, 0 ; green on just green dt 255 dt 0,254, 0, 0, 255 ; blue on just blue dt 255 dt 2,120, 0, 0, 255 ; fade to blue and hold binairy rainbow dt 2,20, 0, 0, 0 ; fade to black dt 2,120, 0, 255, 0 ; fade to green and hold dt 2,20, 0, 0, 0 ; fade to black dt 2,120, 255, 0, 0 ; fade to red and hold dt 2,20, 0, 0, 0 ; fade to black dt 2,120, 0, 0, 255 ; fade to blue and hold dt 2,120, 0, 255, 0 ; fade to green and hold dt 2,120, 0, 255, 255 ; fade to green and blue and hold dt 2,120, 255, 0, 0 ; fade to red and hold dt 2,120, 255, 0, 255 ; fade to red and blue and hold dt 2,120, 255, 255, 0 ; fade to red and green and hold dt 2,120, 255, 255, 255 ; fade to white and hold dt 2,20, 0, 0, 0 ; fade to black dt 255 dt 0,254, 255, 255, 255 ; white on just white dt 255 dt 0,254, 128, 128, 128 ; dim white dim white dt 255 dt 0,254, 0, 128, 255 ; turquase tint turquase dt 255 dt 0,254, 0, 255, 255 ; other turquase tint turquase dt 255 dt 0,254, 0, 255, 128 ; another turquase turquase dt 255 dt 0,254, 128, 0, 255 ; kind of purple purple dt 255 dt 0,254, 255, 0, 255 ;other purple purple dt 255 dt 0,254, 255, 0, 128 ; yet another purple tint purple dt 255 dt 2,120, 0, 0, 255 ; fade to blue and hold rainbow fade dt 2,120, 0, 255, 0 ; fade to green and hold dt 2,120, 0, 255, 255 ; fade to green and blue and hold dt 2,120, 255, 0, 0 ; fade to red and hold dt 2,120, 255, 0, 255 ; fade to red and blue and hold dt 2,120, 255, 255, 0 ; fade to red and green and hold dt 2,120, 255, 255, 255 ; fade to white and hold dt 255 dt 0,20, 255, 0, 0 ; red on flash red dt 0,20, 0, 0, 0 ; black on dt 255 dt 0,20, 0, 255, 0 ; green on flash green dt 0,20, 0, 0, 0 ; black on dt 255 dt 0,20, 0 , 0, 255 ; blue on flash blue dt 0,20, 0 , 0, 0 ; black on dt 255 dt 8,0, 0, 255, 0 ; fade to green cool swing dt 8,0, 0, 0, 255 ; fade to blue dt 255 dt 8,0, 0, 0, 255 ; fade to blue purple swing dt 8,0, 255, 0, 0 ; fade to red dt 255 dt 0,2, 255, 255, 255 ; white flash on stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 8,0, 0, 255, 0 ; fade to green green-red swing dt 8,0, 255, 0, 0 ; fade to red dt 255 ; Real slow binairy fade. dt 254, 0, 0, 0, 255 dt 254, 0, 0, 255, 0 dt 254, 0, 0, 255, 255 dt 254, 0, 255, 0, 0 dt 254, 0, 255, 0, 255 dt 254, 0, 255, 255, 0 dt 254, 0, 255, 255, 255 dt 255 ; real slow fade with fade-from-black dt 0, 0 ,0 ,0 ,0 dt 254, 0, 0, 0, 255 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 0, 255, 0 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 0, 255, 255 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 255, 0, 0 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 255, 0, 255 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 255, 255, 0 dt 0, 0 ,0 ,0 ,0 dt 254, 0, 255, 255, 255 dt 255 ; real fast fade dt 2, 0, 0, 0, 255 dt 2, 0, 0, 255, 0 dt 2, 0, 0, 255, 255 dt 2, 0, 255, 0, 0 dt 2, 0, 255, 0, 255 dt 2, 0, 255, 255, 0 dt 2, 0, 255, 255, 255 dt 255 ; real fast fade with fade from black: dt 0, 0 ,0 ,0 ,0 dt 2, 0, 0, 0, 255 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 0, 255, 0 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 0, 255, 255 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 255, 0, 0 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 255, 0, 255 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 255, 255, 0 dt 0, 0 ,0 ,0 ,0 dt 2, 0, 255, 255, 255 dt 255 dt 0,1, 255, 255, 255 ; white flash on fastest posible stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 0, 0, 255 ; blue flash on blue stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 0, 255, 0 ; green flash on green stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 255, 0, 0 ; red flash on red stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 255, 0, 255 ; purple flash on purple stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 255, 255, 0 ; red/green flash on red/green stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 0,2, 0, 255, 255 ; green/blue flash on mint stroboscope dt 0,1, 0, 0, 0 ; short black dt 255 dt 255,255 ; end off all data