New things
I havent been in contact with avs sice a long time. So it would be gr8 if someone posted a preset which uses all the new stuff like megabuf etc etc.
9 posts
another feature is a C/C++-Style #define directive:
pn=0;
loop(bar,
if(above(megabuf(pn+2),5),
megabuf(pn)=foo;
,
megabuf(pn+1)=foo;
);
pn=pn+3;
);
available on my deviantart page 🙂
#define yorz(a) ((a)*(a)*(a))
foo=3;
cubic3=yorz(foo);