After the upgrade of the French version, I have translated it in English for you ...
You can get it on this page.
The link is OK now.
Good reading!
AVS 2.8 tutorial available !
16 posts
why does this link lead to m$.com!
The link is screwed.
Thanks killahbite, but the original link is working too (even when I will change the tutorial's name 😉 )
Original link works fine over here.
Originally posted by DeamonLast edited by piR on 01-17-2004 at 01:27 AM
Original link works fine over here.
take a guess 😛
😛 uhm... whoops 🙂
Yay for pir.
Couple things though:
P.67 You use a=assign(b,c). Afaik, assign has no return value, so a would not equal c.
and
P.76 You say gettime(1) and gettime(2) when you mean -1 and -2
Couple things though:
P.67 You use a=assign(b,c). Afaik, assign has no return value, so a would not equal c.
and
P.76 You say gettime(1) and gettime(2) when you mean -1 and -2
Originally posted by siddhartha_onep. 67 : This function is only useful in execX() or loop() functions, but this syntax can also be used, and it works (to be sure, I'll check this again - I can't for now as I'm at job).
P.67 You use a=assign(b,c). Afaik, assign has no return value, so a would not equal c.
P.76 You say gettime(1) and gettime(2) when you mean -1 and -2
p.76 Ooops ! You're right. I change this (and may be previous) this evening ...
Well. I'm at home now.
I have added the forgotten minus.
As it's a very minor update, I didn't change the version nor the name of the tutorial (therefore direct links keep working ... 😉 ).
BTW, I confirm that assign() returns the value of its last parameter.
Thanks to siddhartha_one.
I have added the forgotten minus.
As it's a very minor update, I didn't change the version nor the name of the tutorial (therefore direct links keep working ... 😉 ).
BTW, I confirm that assign() returns the value of its last parameter.
Thanks to siddhartha_one.
'assign(dest, source)
= if 'dest' is a variable, assigns the value of 'source' to it. returns the value of 'source'.
a little trick: assign(if(v,a,b),1.0); is like if V is true, a=1.0, otherwise b=1.0. 🙂'
Thats from the in-built help. You should be feeling ashamed right now sidd... ashamed I say!!!
= if 'dest' is a variable, assigns the value of 'source' to it. returns the value of 'source'.
a little trick: assign(if(v,a,b),1.0); is like if V is true, a=1.0, otherwise b=1.0. 🙂'
Thats from the in-built help. You should be feeling ashamed right now sidd... ashamed I say!!!
ehheh heh heh.. :P
I finally downloaded Adobe Reader, and OH MY COW DID THAT SUCK TO DOWNLOAD. Over 4 hours. But not just that. About every 5-20 minutes the internet connection died, and one time for a good 40 minutes it wouldn't reconnect for some reason. 😠😠😠
Great tutorial piR! 😉😁
Great tutorial piR! 😉😁
I finally downloaded Adobe Reader, and OH MY COW DID THAT SUCK TO DOWNLOAD/me is glad I already have Reader.
great tutorial pir, this really makes me wanna start building up a new pack 😁