Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   AVS Presets (http://forums.winamp.com/forumdisplay.php?f=137)
-   -   preset (http://forums.winamp.com/showthread.php?t=203668)

varun_mark 2nd January 2005 05:14

preset
 
1 Attachment(s)
i tried to co-ordinate the texer ii and the ssc but alas!failed miserably.could someone hellp me out here?
anyway it worked 2 my advantage in the second one.Would make a pretty good base for a preset or so i think;)

MaTTFURY 2nd January 2005 08:03

umm change the rotation values to the same maybe?.......

hboy 2nd January 2005 08:16

To mattfury:
shut the fuck up, you cannot make anything yourself, this was no help you have offered. he asked for syncing rotation, he will get the help for it cause we do know that is his problem.

To varun-mark:
the solution is dead easy. so is the cause why it doesn't work.

you assigned random values to "p" in each renders. what you don't know (i assume you don't because you made the mistake), is that every render generates its values independantly. so there are two values generated randomly. thats why there can be 1 and 2 and 1 and 1 and so on.

solutions for the problem:
1. easiest is to use possibilities of the regXX features of avs. you store the rotation of one scope (or texer2) in regXX (this can be reg00-reg99 and is used in scopes, texer2s, DMs and movements), and then recall the value in other scopes.

Don't change anything else, just type this into the first render's per frame section:
code:

t=t+.03;
p=(p-pp);
reg01=t;
reg02=p;



and then in the other render into per frame:
code:

t=reg01;
p=reg02;



it should work like a charm. the other solution is to assign not random values, but music values to variables, because they have the same value in every effect. write this into both render's onbeat section:
code:

pp=0.1*getspec(0.1,0.1,0)



hope this helped.

varun_mark 2nd January 2005 15:53

1 Attachment(s)
thanks hboy.it worked out pretty well,also gave me the idea for this one.what do you think?

Quote:

he who knows no fear,basically knows no fear
:eek:

hboy 2nd January 2005 16:08

no fear of what? anyways, not bad preset, nice pseudo-3D you have made. boring after 20 seconds, but a nice try :)

StoneyMahoney 2nd January 2005 19:33

Ditch the text and you've got a very nice component. Drop a load more stuff in there with it, and it'll rule. Maybe throw a sphere in the middle, like a rings of Saturn kinda thing maybe?

Shall I shut up now? ;)

varun_mark 3rd January 2005 00:39

yes.bit i couldn't make any great looking combo for it'stoney,so i put it up with some trash text.anyway,working on it though,hope 2 put it up soon for your visual pleasure:cool:


All times are GMT. The time now is 22:21.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.