|
|
#1 |
|
Member
|
Freq. field AVS
Im such a nub I dont know how to write super scope code I got most of it but i dont want it to spin and what not i want it to be like a EKG thing. I here is what i have please help!!!
Init: dt=0.5;t=0;n=60;r=0.5;mx=0;my=0;mz=0;dst=2;rx=0;ry=0;rz=0;rdx=1;rdy=1;rdz=1;p=3.14159265;p2=2.0*p;p3=180/p On beat: rdx=sin(t)*4;rdy=sin(t)*4;rdz=sin(t)*4;dt=-dt Per frame: t=t+dt;rx=rx+rdx;ry=ry+rdy;rz=rz+rdz;xs=sin(rx/p3);ys=sin(ry/p3);zs=sin(rz/p3);xc=cos(rx/p3);yc=cos(ry/p3);zc=cos(rz/p3) Per point: y1=r*cos(2*p2*i+t)+v/10;z1=0;z1=r*(i-0.5)*2;y2=y1*xc-z1*xs;z2=y1*xs+z1*xc;x2=z2*ys+x1*yc;z3=z2*yc-x1*ys;x3=x2*zc-y2*zs;y3=y2*zc+x2*zs;x4=mx+x3;y4=my+y3;z4=mz+z3;x=x4/(1+z4/dst);y=y4/(1+z4/dst) Thank you if you can help!!
|
|
|
|
|
|
#2 |
|
Major Dude
Join Date: May 2001
Location: somewhere else
Posts: 1,286
|
Go to the avs forums in the future.
OK...I assune you did not write any of this code. If you didn't, you have to give explicit credit. If you want an oscilloscope, then you just need to write this: x=i*2-1;y=v; You also messed too much with the code, because I don't see anything when copying it. powered by C₈H₁₀N₄O₂ |
|
|
|
|
|
#3 |
|
Member
|
Thank you I got that from my friend and i dont know where he go it
|
|
|
|
|
|
#4 |
|
Major Dude
Join Date: May 2001
Location: somewhere else
Posts: 1,286
|
He probably ripped it from another thing then screwed around with the code. When you say EKG I assume you mean an oscilloscope (like a sine wave or the basic built-in vis). If that's what you want, what I said earlier will work.
powered by C₈H₁₀N₄O₂ |
|
|
|
|
|
#5 |
|
Member
|
Thank you and for the comment how do you want me to add you? basicly i have "Special Thanks To m2k for superscope coding"
|
|
|
|
|
|
#6 |
|
Forum King
|
umm
m2k, that's el's 3d. you should know that. and you - the one with the obnoxious handle - take a look at avs primer. and please try not to be a n00b, mmk? "guilt is the cause of more disauders than history's most obscene marorders" --E. E. Cummings |
|
|
|
|
|
#7 |
|
Major Dude
Join Date: Jan 2003
Location: Mumbai, India
Posts: 787
|
well, yeah and this guy is crazy
http://home.iitb.ac*****~shreyaspotnis |
|
|
|
|
|
#8 |
|
Major Dude
|
lol, funny user name he's got
|
|
|
|
|
|
#9 | |
|
Forum King
|
Quote:
EDIT: Its called an EKG and not ECG because there is also an electrocephalogram, which is called an EEG, not using ECG is meant to avoid confusion, although since the cardiogram came first is is sometimes still refered to as an ECG. |
|
|
|
|
|
|
#10 |
|
Major Dude
Join Date: May 2001
Location: somewhere else
Posts: 1,286
|
I know that- I had an EEG done in 4th grade
powered by C₈H₁₀N₄O₂ |
|
|
|
|
|
#11 |
|
Senior Member
Join Date: Jul 2002
Posts: 149
|
init: n=2;
point: x=if(above(x,1),-1,x)+if(equal(i,0),0,0.03); y=if(equal(i,0),y,getosc(i,0,0)); use whith 5 pixels set render mode and a light fadeout |
|
|
|
|
|
#12 |
|
Major Dude
|
Dude,I-did-your-mom,you know that code you have will get you a 3d object ? You could try learning the basics of superscopes first...
|
|
|
|
|
|
#13 |
|
Member
|
Thank you nixa that is EXACTLY what i wanted you get the 1337 award of the week! Thank you all and Im giving cedit to those helping me since i didnt write the code i stayed up to about 6AM trying to learn how to do it if you know any good sites that will help me please let me know
|
|
|
|
|
|
#14 |
|
Major Dude
Join Date: May 2001
Location: somewhere else
Posts: 1,286
|
the 1337 award of the week?
powered by C₈H₁₀N₄O₂ |
|
|
|
|
|
#15 |
|
Forum King
Join Date: May 2003
Location: Fnord?!
Posts: 2,657
|
Good sites to look at would be to just search the fourms, read the FAQ, look at the Atero's AVS primer and just try things on your own based on other people's work that is at your level (Don't go around looking at UnConed's work, or somebody like that, you will just get a headache and kick your computer out a window)
|
|
|
|
|
|
#16 |
|
Member
Join Date: Jun 2003
Posts: 93
|
good sites? search the forum and look at the faq and the primer.
edit: doh we posted at same time, is there a way that I can delete? It says I don't have access. |
|
|
|
|
|
#17 |
|
Forum King
|
No, you can't. A moderator can, but I just wouldn't worry about that post.
|
|
|
|
|
|
#18 |
|
Member
|
Thank You guys a ton! Im going to work on my brothers car as it has to be ready for the car show.. and work on my friends top.
|
|
|
|
|
|
#19 |
|
Member
|
Is there such a way as an easy way to learn :-D hehehe Im not new to winamp but my ADHD doesnt work with me it seems to work agianst me and well say with being a NOOB!
|
|
|
|
|
|
#20 |
|
Forum King
|
hey, didn't i tell you to stop being a noob? use the goddamned edit button.
"guilt is the cause of more disauders than history's most obscene marorders" --E. E. Cummings |
|
|
|
|
|
#21 |
|
Member
|
Good start?
Well it blows but hey Im getting the hang of it and it will be cool some day!
|
|
|
|
|
|
#22 |
|
Major Dude
|
You were asking help regarding 3d code and then you dont use it ?
Anyway,remove the movement,it sucks.And try using(or tinker around) with your own code,almost everything in the preset is from other people.
|
|
|
|
|
|
#23 |
|
Whacked Moderator
Join Date: Jun 2001
Posts: 2,104
|
Totally off topic, but I'm pretty sure EEG = electro-encephalo-gram (Greek: kephalos = head, en- = inside). The abbreviation is correct.
The reason an electrocardiogram is spelled EKG is probably because in Greek, heart is kardia (Greek has no 'c', it's only through Latinization that it was introduced). (edit: removed greek because Winamp.com doesn't like it and I don't feel like putting down HTML encodings) Last edited by UnConeD; 13th July 2003 at 14:45. |
|
|
|
|
|
#24 |
|
Forum King
|
Yeah, the letter c is pointless - it doesn't have a sound of its own, besides when used in combination with h as in cherry.
|
|
|
|
|
|
#25 |
|
Member
|
*Changes Junior Member to Major Newb*
|
|
|
|
|
|
#26 |
|
Member
|
blah blah it blows thanks im know but im a newb thanks!
|
|
|
|
|
|
#27 |
|
Major Dude
|
Stop whining dude.The preset is quite...original,but thats all.Nice effort writing all those drugs
|
|
|
|
|
|
#28 |
|
Member
|
thank you thats what I call ADHD at work
|
|
|
|
|
|
#29 |
|
Member
|
My newest 2 i was just messing around I got a cool one and a lame one I will tell you its only worth looking at the file names "something.avs" Its cool building blocks is yet FAR too easy and boring with a tub full of NOTHING SPECIAL..
But I made one cool it still isnt as good as your guys
|
|
|
|
|
|
#30 |
|
Major Dude
|
...why havent you attached the presets in the previous post ?
![]() The presets ? Both are very n00bish,you can do better than that.The building blocks preset is something everyone did and the second one is too chaotic and that r=y movements does more harm than good.Look at my version,i tuned it up a bit. |
|
|
|
|
|
#31 |
|
Major Dude
|
Weak shit,i forgot quick reply doesnt have an option to attach.My bad!
|
|
|
|
|
|
#32 |
|
Forum King
|
Can you use .zip? I have winrar, but zip's are a bit more often used on this site.
|
|
|
|
|
|
#33 |
|
Member
|
Here it is *.zip
|
|
|
|
|
|
#34 |
|
Forum King
|
Eh, that's still a n00bish preset.
|
|
|
|
|
|
#35 |
|
Member
|
Well this is some new ones I whiped up and I hope you will comment on them. I look at what i started at 2 moving particals with a blur
and then what it is i have now. I think I have come a long way! |
|
|
|
|
|
#36 |
|
Major Dude
|
I said i tuned it up a bit,not remixed or added my stuff :P
new presets - still very n00bish,but i see you begin to experiment with the code,keep it going! |
|
|
|
|
|
#37 |
|
Member
|
Well either way you get some credit.
Better some then none. Well Im out of ideas but Im brain storming and writing and drawing ideas and hoping i can put them into motion with the help of Phaze to edit the bugs and his thoughts on it. I have been working up something pretty sweet in my eyes but im sure its not so sweet to your eyes... But im working on it.
|
|
|
|
|
|
#38 |
|
Forum King
Join Date: Dec 2002
Location: Manchester
Posts: 6,470
|
I'm sure you are and i'm glad, but we really don't need a running commentary. Keep working "and just keep cranking stuff out, you'll get better fast" as xenibalt said to me when i was but a noob
Very true though.As for the presets, still basic but there's potential in them, good work. Keep trying.
|
|
|
|
|
|
#39 |
|
Member
|
heres a quick one on (Timescope)
This effect makes ravel of left on the right, a vertical line whose intensity of each point depends on the importance of the various frequencies |
|
|
|
|
|
#40 |
|
Major Dude
|
where is it???
should'nt this be in the presets forum? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|