Mercurial > audlegacy-plugins
changeset 276:5e04a1e49f2d trunk
[svn] - another preset
author | nenolod |
---|---|
date | Sun, 19 Nov 2006 14:35:54 -0800 |
parents | a1517b09cb3a |
children | 219e0641d917 |
files | ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_interlaced.pnv |
diffstat | 3 files changed, 64 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Nov 19 14:11:07 2006 -0800 +++ b/ChangeLog Sun Nov 19 14:35:54 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-19 22:11:07 +0000 William Pitcock <nenolod@nenolod.net> + revision [578] + - add an option to make it only render the downscaled image. + + trunk/src/paranormal/xform.c | 16 ++++++++++++---- + 1 file changed, 12 insertions(+), 4 deletions(-) + + 2006-11-19 20:38:53 +0000 Kiyoshi Aman <kiyoshi.aman@gmail.com> revision [576] Another demo of the halfrender transform.
--- a/src/paranormal/presets/Makefile Sun Nov 19 14:11:07 2006 -0800 +++ b/src/paranormal/presets/Makefile Sun Nov 19 14:35:54 2006 -0800 @@ -19,6 +19,7 @@ nenolod_-_worms.pnv:$(presetsdir) \ nenolod_-_smoke.pnv:$(presetsdir) \ nenolod_-_swarm.pnv:$(presetsdir) \ + nenolod_-_interlaced.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_-_interlaced.pnv Sun Nov 19 14:35:54 2006 -0800 @@ -0,0 +1,55 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <general_clear> + </general_clear> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 0, 151, 255 </color> + </cmap_bwgradient> + </container_once> + <container_simple> + <misc_floater> + <value> 180 </value> + </misc_floater> + <misc_floater> + <value> 180 </value> + </misc_floater> + <misc_floater> + <value> 180 </value> + </misc_floater> + <misc_floater> + <value> 180 </value> + </misc_floater> + <misc_floater> + <value> 180 </value> + </misc_floater> + <misc_floater> + <value> 180 </value> + </misc_floater> + </container_simple> + <container_onbeat> + <freq_drops> + </freq_drops> + <general_replace> + <start> 250 </start> + <end> 255 </end> + <out> 150 </out> + </general_replace> + <xform_halfrender> + <direction> 1 </direction> + <render_twice> TRUE </render_twice> + </xform_halfrender> + </container_onbeat> + <xform_halfrender> + <direction> -1 </direction> + <render_twice> TRUE </render_twice> + </xform_halfrender> + <general_fade> + <amount> 3 </amount> + </general_fade> + </container_simple> +</paranormal_preset> \ No newline at end of file