Mercurial > audlegacy-plugins
changeset 154:1378854babe0 trunk
[svn] - a more complicated paranormal example preset
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 01:29:30 -0800 |
parents | f6ca31f3308e |
children | adf9f4b26039 |
files | ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_flying_into_pastels.pnv |
diffstat | 3 files changed, 51 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Oct 31 00:20:37 2006 -0800 +++ b/ChangeLog Tue Oct 31 01:29:30 2006 -0800 @@ -1,3 +1,14 @@ +2006-10-31 08:20:37 +0000 William Pitcock <nenolod@nenolod.net> + revision [306] + - add some example presets + + trunk/src/paranormal/Makefile | 2 + + trunk/src/paranormal/presets/Makefile | 10 +++++ + trunk/src/paranormal/presets/nenolod_-_bumblebees.pnv | 27 +++++++++++++++ + trunk/src/paranormal/presets/nenolod_-_purple_flower.pnv | 18 ++++++++++ + 4 files changed, 57 insertions(+) + + 2006-10-31 07:35:14 +0000 William Pitcock <nenolod@nenolod.net> revision [304] - don't replace our configuration
--- a/src/paranormal/presets/Makefile Tue Oct 31 00:20:37 2006 -0800 +++ b/src/paranormal/presets/Makefile Tue Oct 31 01:29:30 2006 -0800 @@ -5,6 +5,7 @@ OBJECTIVE_DATA = \ nenolod_-_purple_flower.pnv:$(presetsdir) \ - nenolod_-_bumblebees.pnv:$(presetsdir) + nenolod_-_bumblebees.pnv:$(presetsdir) \ + nenolod_-_flying_into_pastels.pnv:$(presetsdir) include ../../../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_flying_into_pastels.pnv Tue Oct 31 01:29:30 2006 -0800 @@ -0,0 +1,38 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 140 </low_index> + <high_index> 255 </high_index> + <color> 76, 122, 229 </color> + </cmap_bwgradient> + </container_once> + <wave_normalize> + <height> -6 </height> + <hfrac> 6.00000 </hfrac> + <vfrac> 0.12500 </vfrac> + <channels> 0 </channels> + </wave_normalize> + <wave_radial> + <base_radius> 0.00000 </base_radius> + </wave_radial> + <xform_ripple> + <angle> 0.00000 </angle> + <ripples> 8.00000 </ripples> + <base_speed> 1.00000 </base_speed> + <mod_speed> 1.00000 </mod_speed> + </xform_ripple> + <general_blur> + </general_blur> + <general_fade> + <amount> 1 </amount> + </general_fade> + <xform_spin> + <angle> -0.50000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.94000 </r_scale> + </xform_spin> + </container_simple> +</paranormal_preset> \ No newline at end of file