Go Back   Winamp Forums > Visualizations > AVS

Reply
Thread Tools Search this Thread Display Modes
Old 10th February 2002, 01:33   #1
ShoutingMime
Member
 
Join Date: Jan 2002
Location: Kansas City MO
Posts: 79
Send a message via AIM to ShoutingMime Send a message via Yahoo to ShoutingMime
what's the best text to read on scope settings?

guess I'd better not ask after all...

Last edited by ShoutingMime; 10th February 2002 at 02:07.
ShoutingMime is offline   Reply With Quote
Old 10th February 2002, 12:09   #2
Montana
Major Dude
 
Montana's Avatar
 
Join Date: Dec 2001
Location: Södertälje, Sweden
Posts: 1,058
Send a message via ICQ to Montana Send a message via AIM to Montana Send a message via Yahoo to Montana
i'm not so good at scopes but i know some things
PHP Code:
init
n
=w;
per point:
x=i*2-1y=v/2
you get a osc simple (like the render/simple)
now if you want it to go randomly (by the beat)
up and down the window then do this
PHP Code:
init
n
=w;t=0;
per beat
t
=-1+rand(200)/100;
per point
x
=i*2-1y=t+v/2
more than that i can't explain, coz then you have to
go in to more maths, and i'm not that good at explaining that

batman
Montana is offline   Reply With Quote
Old 10th February 2002, 12:22   #3
BlurPak2k1
Senior Member
 
Join Date: Jun 2001
Location: well you got to find me first :D
Posts: 201
look at some of my scopes montana...
BlurPak2k1 is offline   Reply With Quote
Old 11th February 2002, 21:01   #4
ShoutingMime
Member
 
Join Date: Jan 2002
Location: Kansas City MO
Posts: 79
Send a message via AIM to ShoutingMime Send a message via Yahoo to ShoutingMime
thanks

After I asked the question I did the one thing I should have done in the first place... looked for someone else that asked the same question... I believe I've got the idea, I'll post some presets soon.
Thanks for the time
---------------------------------------------------------------------
ShoutingMime is offline   Reply With Quote
Old 12th February 2002, 00:39   #5
dirkdeftly
Forum King
 
dirkdeftly's Avatar
 
Join Date: Jun 2001
Location: Cydonia, Mars
Posts: 2,651
Send a message via AIM to dirkdeftly
if you use n=w, then you run out of v returns if your screen width is too big. the maximum amount of returns for v is 579, so if your scope is just a scope, use n=579.
i is the position on the scope, so if you want to draw a line of dots, all you need to do is use x=i; y=0. v is the volume, so to show the volume, use y=v. you usually want to scale it by about 3.
That's really all you need to know for superscopes, if you want to do more complex things, learn the math.

"guilt is the cause of more disauders
than history's most obscene marorders" --E. E. Cummings
dirkdeftly is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Visualizations > AVS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump