28th July 2004 18:51 UTC
1st preset
Hey guys!.
This is my 1st preset.
Basically i know neither head or tail of how 2 make a superscope.this is the best i could manage.Pls post ur opinions.:)
Archive: 1st preset
varun_mark
28th July 2004 18:51 UTC
1st preset
Hey guys!.
This is my 1st preset.
Basically i know neither head or tail of how 2 make a superscope.this is the best i could manage.Pls post ur opinions.:)
varun_mark
20th August 2004 19:03 UTC
ok.my 1st one was very bad.
but i have still not given up.
i believe this one is better.
hope all of you agree!
Raz
20th August 2004 21:44 UTC
Not bad for first presets. Try to learn what the code does in default code, but don't use it in finished presets. It's meant as a beginners guide. It's better than a lot of first presets i've seen though, keep at it.
varun_mark
21st August 2004 08:36 UTC
thanks.i've been through most of the threads that explain coding,but most of the stuff bounced right over my head.i know basics of trigonometry,though.
wish i could get some more help.:hang:
blaz
21st August 2004 08:48 UTC
well, the second AVs is nice :)
Raz
21st August 2004 16:47 UTC
Just don't expect to know it all straight away. Work at your own pace and just keep making stuff as you go.
varun_mark
25th August 2004 07:31 UTC
Thanks.
Raz you said that i should not use default codes in my presets.would it be fine if i use the render/simple option?
i have tried it and i think it looks ok
:)
S-uper_T-oast
25th August 2004 16:53 UTC
See, one of the main problems we AVSers have with the built in effects is that theu are not very configurable and are the staple of everybody's first presets, 'cause they don't know better. Now while it may be possible to make "cool" looking things with the built in things, all the effects made by them can be reproduced using things like the superscope and the dynamic movmement, once you learn how to code.
varun_mark
30th August 2004 09:57 UTC
Another thing;
whenever my preset uses too many effects,it tends to become really slow and looks pretty clumsy.
What can one do to make them faster?
Mr_Nudge
30th August 2004 12:59 UTC
make sure you only have what you actually need in your presets, i know it sounds a little silly, but thats sometimes the case with slow presets. Just see how many things you can delete before it stops looking like it should. Also, coded effects are much faster than pre-built effects and offer much more flexibility, so learn to code, it's not that hard once you know what everything does, just experiment!
varun_mark
5th September 2004 17:01 UTC
Someone please have a look at this one.
i can't control it's speed of rotation
Digital Chaos
5th September 2004 17:28 UTC
Do you want to slow it down, speed it up, change directions on beat, all of the above ? Be more specific on how you want to control it.
The main variable that is controlling your rotation is 'dr' in the trans / dynamic movement. The rotation comes from the fact that you are adding +0.002 to 'dr' every frame.
If you just want to slow it down, in the Pixel text box replace the code with:
Per Pixel:
d=cos(d/pow(dr, 2)) ; r=abs(r - 0.5*dr);
Per Beat:
dr = dr - 0.8
Per Frame:
dr = dr + 0.02
varun_mark
27th September 2004 18:39 UTC
Thanks.
I used the stuff in these. hope they're ok.
Can't bet on what those things are first 15 seconds or so:) .
(((<<<I luv Surround.>>>)))
MaTTFURY
28th September 2004 00:40 UTC
what do u think?
what do you think of this?;)
Fletchface02
28th September 2004 01:34 UTC
while the interactive superscope was slightly interesting it doesn't make up for the lack of creativity. try doing a little more experimenting
MaTTFURY
28th September 2004 05:17 UTC
anyone else?
varun_mark
28th September 2004 05:47 UTC
Hey matt.
though your presets are nice,pls try posting them somewhere else.
Anyway,how did you find my preset(111)?:cool:
MaTTFURY
29th September 2004 10:46 UTC
I'm so selfish sorry the 1st one is better than the other... but i #1... it's good :D:P i like what you've done with ddm [its getting ancient though] im looking for new renders [anyone anyone at all?!] lol yeah good preset work more on something else thats complete...! :D
MaTTFURY
1st October 2004 13:20 UTC
what do you think of this?:) :up:
varun_mark
3rd October 2004 13:09 UTC
Ah!
my pestering friend here has inspired me into trying this interactive preset.
What do you think?:D
varun_mark
3rd October 2004 13:13 UTC
Sh*t.I knew I'd forgotten something,darn it!
MaTTFURY
7th October 2004 05:10 UTC
although i've done this, good effort... needs something to tell you that it wants to be touched, it blanks out "wtf?", look @ code... [ put something in plz?]
varun_mark
11th October 2004 06:10 UTC
Big thanks to pak-9 for the avs programming guide. I could say that i didn't know most of the stuff.
Fork me on GitHub