ollj on DeviantArthttps://www.deviantart.com/ollj/art/TnL2-63513ollj

Deviation Actions

ollj's avatar

TnL2

By
Published:
614 Views

Description

DID A MISTTAKE WITH THE FIRST ZIP. HERE IS IT HOWE IT SHOULD BE.

Called this T&L because it should look like animated water with a light source.
The color cicles trough all possible Colors/Hues.
(look at formula below.)

Contains 2 versions:
"T&L" is just beat sensetive (nice on slow songs) and makes it possible to add pictures and such.
"T&L Beta" is Beat and a little osc sensetive, looks better at all, but does not support pictures that good and is not that flexible.

change the init values like u need it. (freq=1000 looks funny)

USE at small resolutions only , or delete the Superscope and use something else instead.

It looks really cool if you use a BG image or some text instead of the superscope.

(the trans movement zooms in everything to prevent black borders)

--------------------

A HSR to RGB converter (H = Hue / S = Saruation / B = Brigthness) (h=... is nice if "h=i+t" (t is increasing per frame))
just add this at the end of the scope and modify H=... ; s=... ; l=... :

;h=i
;s=1
;l=0.5

;temp2=if(below(l,0.5),l*(1+s),l+s-l*s)
;temp1=2*l-temp2
;temp3r=h+1/3
;temp3r=if(below(temp3r,0),temp3r+1,if(a bove(temp3r,1),temp3r-1,temp3r))
;temp3g=h
;temp3g=if(below(temp3g,0),temp3g+1,if(a bove(temp3g,1),temp3g-1,temp3g))
;temp3b=h-1/3
;temp3b=if(below(temp3b,0),temp3b+1,if(a bove(temp3b,1),temp3b-1,temp3b))
;red=if(below(temp3r,1/6),temp1+(temp2-t emp1)*6*temp3r,if(below(temp3r,1/2),temp 2,if(below(temp3r,2/3),temp1+(temp2-temp 1)*(2/3-temp3r)*6,temp1)))
;green=if(below(temp3g,1/6),temp1+(temp2 -temp1)*6*temp3g,if(below(temp3g,1/2),te mp2,if(below(temp3g,2/3),temp1+(temp2-te mp1)*(2/3-temp3g)*6,temp1)))
;blue=if(below(temp3b,1/6),temp1+(temp2- temp1)*6*temp3b,if(below(temp3b,1/2),tem p2,if(below(temp3b,2/3),temp1+(temp2-tem p1)*(2/3-temp3b)*6,temp1)))

thanks to AVS-Society who (as i know) made this.
© 2001 - 2024 ollj
Comments3
Join the community to add your comment. Already a deviant? Log In
West-Ninja's avatar
file not found... :(