The strict syntax checking introduced with the following commit will
reject some patches. This is an attempt to correct the syntax errors
in what is hopefully a sensible way.
---
 ... & Rovastar - Altars Of Madness 2 (X42 Mix).fnp |    2 +-
 ...Lekernel & Rozzor & Aderassi - Video Cannon.fnp |    2 +-
 patches/Rovastar & Idiot24-7 - Balk Acid.fnp       |    2 +-
 patches/Rozzor & Aderrasi - Canon (DMX out).fnp    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/Idiot & Rovastar - Altars Of Madness 2 (X42 Mix).fnp 
b/patches/Idiot & Rovastar - Altars Of Madness 2 (X42 Mix).fnp
index 26af4c2..7570165 100644
--- a/patches/Idiot & Rovastar - Altars Of Madness 2 (X42 Mix).fnp      
+++ b/patches/Idiot & Rovastar - Altars Of Madness 2 (X42 Mix).fnp      
@@ -63,5 +63,5 @@ 
per_frame=fVideoEchoZoom=fVideoEchoZoom-.3*sin(time*(q5*0.01));
 per_vertex=box=abs(x*2-0.4*sin(q3)) + abs(y*2+0.4*sin(q5));
 per_vertex=q1 = 4.05+(sin(x+0.237*time)-cos(y+0.513*time));
 per_vertex=zoom = if(above(box,1),q1*.1,zoom);
-per_vertex=rot = if(above(box,1),sin(0.885*time),0)*(x+y)-rad)*sin(q5)*0.5
+per_vertex=rot = if(above(box,1),sin(0.885*time),0)*(x+y)-rad*sin(q5)*0.5
 
diff --git a/patches/Lekernel & Rozzor & Aderassi - Video Cannon.fnp 
b/patches/Lekernel & Rozzor & Aderassi - Video Cannon.fnp
index c78a3f4..ba45793 100644
--- a/patches/Lekernel & Rozzor & Aderassi - Video Cannon.fnp   
+++ b/patches/Lekernel & Rozzor & Aderassi - Video Cannon.fnp   
@@ -52,7 +52,7 @@ per_frame=dx_r = equal(kick,2)*0.018*sin(6*time) + 
(1-equal(kick,2))*dx_r;
 per_frame=dy_r = equal(kick,2)*0.015*sin(7*time) + (1-equal(kick,2))*dy_r;
 per_frame=dy = dy + 2*dy_r * 0.5*sin(0.8*time);
 per_frame=dx = dx + 2*dx_r * 0.5*sin(time);
-per_frame=warp = warp + if (below(kick,0), + 0.5*treb, 0);
+per_frame=warp = warp + if (below(kick,0), 0.5*treb, 0);
 per_frame=q2 = kick;
 per_frame=decay=below(sin(1.5*time),0.95)*0.15+0.85
 per_vertex=rot = rot + 0.3*(0.2*sin(1-rad)*5 - 0.2*sin(0.05*rad)*5) * q2;
diff --git a/patches/Rovastar & Idiot24-7 - Balk Acid.fnp b/patches/Rovastar & 
Idiot24-7 - Balk Acid.fnp
index 6f52ff1..c899096 100644
--- a/patches/Rovastar & Idiot24-7 - Balk Acid.fnp      
+++ b/patches/Rovastar & Idiot24-7 - Balk Acid.fnp      
@@ -50,7 +50,7 @@ per_frame=rot=rot+0.10*sin(time);
 per_frame=mv_r=0.5 +0.5*sin(time*1.23);
 per_frame=mv_b=0.5 + 0.5*sin(time*1.26);
 per_frame=mv_g=0.5+ 0.5*sin(time*1.19);
-per_frame=wave_g=wave_g*+.20*sin(time*.13);
+per_frame=wave_g=wave_g+.20*sin(time*.13);
 per_frame=wave_r=wave_r+.13*sin(time);
 per_frame=wave_b=wave_b*sin(time);
 per_frame=wave_x=wave_x-.5*sin(time*.13);
diff --git a/patches/Rozzor & Aderrasi - Canon (DMX out).fnp b/patches/Rozzor & 
Aderrasi - Canon (DMX out).fnp
index 31b3bc9..b3af4cc 100644
--- a/patches/Rozzor & Aderrasi - Canon (DMX out).fnp   
+++ b/patches/Rozzor & Aderrasi - Canon (DMX out).fnp   
@@ -62,7 +62,7 @@ per_frame=dx_r = equal(kick,2)*0.018*sin(6*time) + 
(1-equal(kick,2))*dx_r;
 per_frame=dy_r = equal(kick,2)*0.015*sin(7*time) + (1-equal(kick,2))*dy_r;
 per_frame=dy = dy + 2*dy_r * 0.5*sin(0.8*time);
 per_frame=dx = dx + 2*dx_r * 0.5*sin(time);
-per_frame=warp = warp + if (below(kick,0), + 0.5*treb, 0);
+per_frame=warp = warp + if (below(kick,0), 0.5*treb, 0);
 per_frame=q2 = kick;
 per_vertex=rot = rot + 0.3*(0.2*sin(1-rad)*5 - 0.2*sin(0.05*rad)*5) * q2;
 per_vertex=cx = if(above(dy,-.5),1-rot * 2,rot*q2);
-- 
1.7.1

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to