Archive: Converting AVS to Milkdrop


24th July 2003 18:35 UTC

Converting AVS to Milkdrop
With the new MD beta we have, we can make custom waves. I decided to go back and convert my "Why does avs keep changing" preset over to milkdrop, or atleast the scope. I'm having some trouble and I though you guys might know.

Since MD dosen't use D & R I have to convert them, but I don't know how.

http://forums.winamp.com/showthread....67#post1030067

I posted it in the MD forums if anyone wants to help.


24th July 2003 19:32 UTC

Cartesian to polar conversions:

d=sqrt(sqr(x)+sqr(y));
r=atan2(x,y);

x=cos(r)*d;
y=sin(r)*d;


25th July 2003 02:15 UTC

not quite m2k, but close. the actual conversion (in a *perfectly* square window) is:
d=sqrt(sqr(x)+sqr(y))/sqrt(2);
r=atan2(x,-y);
x=sin(r)*d;
y=-cos(r)*d;

i KNOW that's not the way it's supposed to work, but since when did anything else in avs work correctly anyhow...


25th July 2003 19:50 UTC

Heh how long until the first 3D SSC in Milkdrop?


25th July 2003 21:25 UTC

How soon is now?


25th July 2003 21:47 UTC

I think a better question is, how long until milkdrop starts looking good and stops sucking avs's fat and aestheticly pleasing cock?


25th July 2003 23:51 UTC

(erm..removed..)


26th July 2003 00:30 UTC

Now that Milkdrop has custom waves, are there any plans for taking Milkdrop preset customization to the same level as AVS?

I have to admit I haven't tried the latest version (geisswerks only has 1.03), but I assume Milkdrop is still stuck in the same Movement + Drawing + Color Adjustments loop, rather than providing freeform stacking...


Oh Atero, I have this lovely image for you:
http://acko.net/dump/stfu.png


26th July 2003 11:13 UTC

Well at this stage MilkDrop still has similiar setup as before. It is not at the level of customization of AVS but with 3d ssc's and other things there is more posibilities and it is more like AVS. :)

Anyways here si the latest beta for all those interested. Didn't want to spam but there appears to be some interest ANd maybe oneday we will see the equivalant AVS features in a 3d enviornment like MilkDrop. At least one of Nullsofts visualizations is still being worked on.

v1.04beta4b - http://www.geisswerks.com/t/milkdrop...e_surprise.zip

There are examples of ssc's etc from the forums.


26th July 2003 12:12 UTC

Yay, milkdrop is becoming more like AVS. Or you could just use AVS.

:rolleyes:


26th July 2003 13:07 UTC

*sigh* not going to enter some flaming battle. WE all know the problems/limitations with the various visualizations that Nullsoft make.

It has been discusssed many time before about the lack of 3d H/w support of AVS and how the best thing for it would be to start from the ground up to make a new version which uses these features.

Thankfully the engine for MIlkDrop has been updated to DX8 too so it is a load faster too.

Anyway as a lover of all visualiations I am just glad Nullsoft are at least updating one of there vvises.


26th July 2003 14:59 UTC

*idiot decides not to crack jokes about rovastar and being a lover :)


27th July 2003 11:27 UTC

Originally posted by Raz
Yay, milkdrop is becoming more like AVS. Or you could just use AVS.

:rolleyes:
Eeeeeey :D

27th July 2003 14:59 UTC

Me can't see no text in new MD. :(


27th July 2003 17:53 UTC

Eeeeeey :D
zev, are you being fonzey again?

27th July 2003 21:11 UTC

AVS pwnz MD.period.period.period.


28th July 2003 10:33 UTC

Who cares which is better?

.....


exactly


29th July 2003 01:12 UTC

Well obviously not Milkdroppers :rolleyes:


31st July 2003 09:25 UTC

[12:28] * idiot kills Atero


31st July 2003 12:20 UTC

Kinda offtopic, but this thread is going nowhere and it's about both of the main Winamp visualizations, and I didn't want to get yelled at for crossposting:
http://forums.winamp.com/showthread.php?threadid=144218

Ryan Geiss is being laid off. AOL seems to be royally fucking up winamp in every way that they can. It seems as though nobody cares about any of the visualizations any more.:mad:


31st July 2003 19:39 UTC

hey, i have an idea

lets make OMFGWEHATEAOLTHOSEBASTARDSAmp! and we could have WTFAVSSOMUCHOWNEDMILKDROPWHENWINAMPWASCOOL...VS!

...or something like that...

i'm half serious, it's time we gave aol the finger and moved on to better things. i'm convinced winamp5 is going to be only slightly less of the pos that 3 was, and we've got several more than capable cpp programmers (/me looks at jheriko, pak-9, unconed, etc.), and a knowledge of what *we* want in the vis/player...

or maybe i'm just babbling and dragging this thread off topic.


31st July 2003 20:02 UTC

It depends what you consider the topic is.:p The original topic kinda faded away into AVS vs Milkdrop, so I changed it. AOL does suck ass though.:mad:


31st July 2003 22:38 UTC

Krash also does coding and stuff :D


1st August 2003 08:00 UTC

Has anyone who wants to develop a plugin considered using Ryan's visualisation SDK framework? That would have to give someone a decent start surely, provided they had decent knowledge in that area...