Mercurial > audlegacy-plugins
changeset 518:67955deef576 trunk
[svn] - add some presets i had sitting around
author | nenolod |
---|---|
date | Mon, 22 Jan 2007 09:47:19 -0800 |
parents | 5d05cefbf7ae |
children | bbc597d9875d |
files | ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_aquamarine_dream.pnv src/paranormal/presets/nenolod_-_quasar.pnv src/paranormal/presets/nenolod_-_simple_yet_pretty.pnv src/paranormal/presets/nenolod_-_trapped.pnv |
diffstat | 6 files changed, 141 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 22 09:20:08 2007 -0800 +++ b/ChangeLog Mon Jan 22 09:47:19 2007 -0800 @@ -1,3 +1,12 @@ +2007-01-22 17:20:08 +0000 Giacomo Lozito <james@develia.org> + revision [1120] + - flac 113 plugin: get rid of old http options in ui + trunk/src/flac113/configure.c | 163 +----------------------------------------- + trunk/src/flac113/configure.h | 15 --- + trunk/src/flac113/plugin.c | 47 ------------ + 3 files changed, 4 insertions(+), 221 deletions(-) + + 2007-01-22 17:08:16 +0000 Giacomo Lozito <james@develia.org> revision [1118] - flac 113 plugin: get rid of http.c and http.h stuff in flac 113 as well
--- a/src/paranormal/presets/Makefile Mon Jan 22 09:20:08 2007 -0800 +++ b/src/paranormal/presets/Makefile Mon Jan 22 09:47:19 2007 -0800 @@ -6,6 +6,7 @@ OBJECTIVE_DATA = \ nazca_-_smoke_on_the_water.pnv:$(presetsdir) \ nenolod_-_3d_wave.pnv:$(presetsdir) \ + nenolod_-_aquamarine_dream.pnv:$(presetsdir) \ nenolod_-_purple_flower.pnv:$(presetsdir) \ nenolod_-_bumblebees.pnv:$(presetsdir) \ nenolod_-_flying_into_pastels.pnv:$(presetsdir) \ @@ -16,6 +17,7 @@ nenolod_-_branchscope.pnv:$(presetsdir) \ nenolod_-_retroscope.pnv:$(presetsdir) \ nenolod_-_technicolour_nightmare.pnv:$(presetsdir) \ + nenolod_-_trapped.pnv:$(presetsdir) \ nenolod_-_value_replace_fun.pnv:$(presetsdir) \ nenolod_-_rush.pnv:$(presetsdir) \ nenolod_-_worms.pnv:$(presetsdir) \ @@ -27,6 +29,8 @@ nenolod_-_transform_fun.pnv:$(presetsdir) \ nenolod_-_tunnel_vision.pnv:$(presetsdir) \ nenolod_-_kaliedoscope.pnv:$(presetsdir) \ + nenolod_-_simple_yet_pretty.pnv:$(presetsdir) \ + nenolod_-_quasar.pnv:$(presetsdir) \ aerdan_-_bloody_vortex.pnv:${presetsdir} \ aerdan_-_cloudscape.pnv:${presetsdir} \ aerdan_-_cloudscape2.pnv:${presetsdir} \
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_aquamarine_dream.pnv Mon Jan 22 09:47:19 2007 -0800 @@ -0,0 +1,36 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 0, 161, 255 </color> + </cmap_bwgradient> + </container_once> + <wave_normalize> + <height> -1 </height> + <hfrac> -1.00000 </hfrac> + <vfrac> 0.12500 </vfrac> + <channels> 0 </channels> + </wave_normalize> + <wave_scope> + <init_script> n = 800; t = -0.05; </init_script> + <frame_script> t = t + 0.05; </frame_script> + <sample_script> d = index + value; r = t + index * 3.141952924 * 4; x = cos(r) * d; y = sin(r) * d; </sample_script> + <lines> TRUE </lines> + </wave_scope> + <general_blur> + </general_blur> + <xform_movement> + <formula> r = sin(r); d = cos(d)^2; </formula> + <polar> TRUE </polar> + </xform_movement> + <general_blur> + </general_blur> + <general_fade> + <amount> 8 </amount> + </general_fade> + </container_simple> +</paranormal_preset> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_quasar.pnv Mon Jan 22 09:47:19 2007 -0800 @@ -0,0 +1,36 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 0, 191, 255 </color> + </cmap_bwgradient> + </container_once> + <wave_scope> + <init_script> points=513;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; </init_script> + <frame_script> ;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); </frame_script> + <sample_script> x1=value*sin(p2*index);y1=0;z1=r*cos(p2*index);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); </sample_script> + <lines> TRUE </lines> + </wave_scope> + <wave_scope> + <init_script> points=513;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; </init_script> + <frame_script> ;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); </frame_script> + <sample_script> y1=value*cos(p2*index);x1=0;z1=r*sin(p2*index);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); </sample_script> + <lines> TRUE </lines> + </wave_scope> + <wave_scope> + <init_script> points=5;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; </init_script> + <frame_script> ;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); </frame_script> + <sample_script> z1=r*sin(p2*index);x1=0;y1=0*sin(p2*index);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); </sample_script> + <lines> TRUE </lines> + </wave_scope> + <general_fade> + <amount> 10 </amount> + </general_fade> + <general_blur> + </general_blur> + </container_simple> +</paranormal_preset> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_simple_yet_pretty.pnv Mon Jan 22 09:47:19 2007 -0800 @@ -0,0 +1,29 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 105, 32, 255 </color> + </cmap_bwgradient> + </container_once> + <wave_horizontal> + <channels> 0 </channels> + <value> 255 </value> + <lines> TRUE </lines> + </wave_horizontal> + <wave_vertical> + <channels> 0 </channels> + <value> 255 </value> + <lines> TRUE </lines> + </wave_vertical> + <xform_movement> + <formula> r = sin(r); d = cos(d)^2; </formula> + <polar> TRUE </polar> + </xform_movement> + <general_blur> + </general_blur> + </container_simple> +</paranormal_preset> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_trapped.pnv Mon Jan 22 09:47:19 2007 -0800 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 0, 161, 226 </color> + </cmap_bwgradient> + </container_once> + <xform_movement> + <formula> r=(tan(r)^sin(r)) </formula> + </xform_movement> + <wave_scope> + <init_script> points=192; t = -0.05; </init_script> + <frame_script> t = t + 0.05; </frame_script> + <sample_script> d = index + value; r = t + tan(index) * 3.141952924 * 4; x = (sin(r) * sin(d)) / 1.3; y = cos(r) * cos(d); </sample_script> + <lines> TRUE </lines> + </wave_scope> + <general_fade> + <amount> 3 </amount> + </general_fade> + <general_blur> + </general_blur> + </container_simple> +</paranormal_preset> \ No newline at end of file