Go Back   Winamp Forums > Visualizations > AVS

Reply
Thread Tools Search this Thread Display Modes
Old 16th December 2001, 06:00   #1
Calvin 85
Junior Member
 
Join Date: Dec 2001
Posts: 1
Send a message via AIM to Calvin 85
Complex Superscopes

I was looking through some of the newpics in Winamp, and was amazed by the beauty and complexity of some of the superscopes.

How do people come up with such great functions? Are they all topoplogy majors, or do they just fool around with things 'till something cool pops up?

Also, is it just me, or are the instructions for the superscope a little weak. "i is the position of the scope" Okay, so what does that mean???

Can you tell me specificly what the following mean, and how the music effects them:

i:
v:
w&h:

Thanks!

|[{Calvin: New Newbie!}]|
Calvin 85 is offline   Reply With Quote
Old 16th December 2001, 14:36   #2
Scarface2k1
Banned
 
Scarface2k1's Avatar
 
Join Date: Feb 2001
Location: i dont get out much so i dont remember
Posts: 1,032
Send a message via ICQ to Scarface2k1 Send a message via AIM to Scarface2k1 Send a message via Yahoo to Scarface2k1
i: used to make the points on the scope
v: what happpens to the scope when music is playing
w & h: width and height
Scarface2k1 is offline   Reply With Quote
Old 16th December 2001, 23:26   #3
deathazre
Major Dude
 
Join Date: Oct 2001
Location: behind the wheel of a Cat service truck
Posts: 1,847
Send a message via ICQ to deathazre Send a message via AIM to deathazre
okay, you have a waveform. Let's go out on a limb and say the waveform is y=sin(x)
at any point i on that waveform, v is sin(i)
so if you put the waveform on a graph, limits 0,1,1,-1, x would be i and y would be v
deathazre is offline   Reply With Quote
Old 17th December 2001, 21:50   #4
Scarface2k1
Banned
 
Scarface2k1's Avatar
 
Join Date: Feb 2001
Location: i dont get out much so i dont remember
Posts: 1,032
Send a message via ICQ to Scarface2k1 Send a message via AIM to Scarface2k1 Send a message via Yahoo to Scarface2k1
uh, i think what your trying to say is

limits one y axis is 1 and -1 and for x its is 1 and -1
v is used for disignating where the music is being used on the superscope and where its detected
such as in example
x=cos(t-i);
y=sin(t+i)+v;
would make a curving line that on the y axis would the waveform/spectrum be viewed.
Scarface2k1 is offline   Reply With Quote
Old 18th December 2001, 19:04   #5
LittleBuddy88
Member
 
Join Date: Aug 2001
Posts: 66
Send a message via AIM to LittleBuddy88
I'll try to go into a bit deeper explanation here.

Let's take an example, we'll start with the simple:

x=i;

This small example would just create a simple line, no more, no less, no response, no nothing.

x=0; would on the other hand create nothing but a small 1pixel dot at the middle of the horizontal scale in the AVS window.

x=i; what is this then?
i is a small function that creates a line, on every pixel it has a value on the X scale, starting at 0, going up to 1.
It only ranges from 0 - 1 in the normal state without any extras.
x=i-0.5; here we add "-0.5" to the statement, this would cause the i variable to be subtracted by 0.5, thus instead ranging from -0.5 to 0.5 on the horizontal scale.

A normal example is:
x=i*2-1; here we duplicate i by 2, this changes the range to 0 - 2, but we go -1, and it ranges from -1 to 1 and covers the whole horizontal scale. Get the idea?
OK, let's move on.

x=i*2-1; (We create the line covering the x- scale)
y=v*.5; now what? we finally get to the "v" function, v gets input data from the sound, using waveform it ranges from -1 to 1, we'll stick to that.
the sound makes this move up and down, every point reacting to that specific point on the "sound scale".
We use v*.5 because the normal wave is often to big.
Now you've got a simple line covering the x-scale and reacting to sound.
W and H are often not that useful, they are always equal to the width and height of your AVS window, and may be used if you want more specific details in "N".(the number of points on your screen.)

This should answer your question


Linus
LittleBuddy88 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