Mercurial > audlegacy-plugins
changeset 169:c99b74280827 trunk
[svn] - another example preset showing the true power of on-beat branched execution
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 22:55:20 -0800 |
parents | e094aa00fdee |
children | 13955c70fbec |
files | ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_beatscope.pnv |
diffstat | 3 files changed, 83 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Oct 31 22:42:55 2006 -0800 +++ b/ChangeLog Tue Oct 31 22:55:20 2006 -0800 @@ -1,3 +1,13 @@ +2006-11-01 06:42:55 +0000 William Pitcock <nenolod@nenolod.net> + revision [336] + - support lookup of actuator templates by their display name + - use displayed names in the "new actuator" popup menu. + + trunk/src/paranormal/actuators.c | 2 +- + trunk/src/paranormal/cfg.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + + 2006-11-01 06:20:56 +0000 William Pitcock <nenolod@nenolod.net> revision [334] - slightly adjust the variance threshold for beat detection
--- a/src/paranormal/presets/Makefile Tue Oct 31 22:42:55 2006 -0800 +++ b/src/paranormal/presets/Makefile Tue Oct 31 22:55:20 2006 -0800 @@ -9,6 +9,7 @@ nenolod_-_flying_into_pastels.pnv:$(presetsdir) \ nenolod_-_phosphor_flame.pnv:$(presetsdir) \ nenolod_-_psuedo_starfield.pnv:$(presetsdir) \ - nenolod_-_quakingscope.pnv:$(presetsdir) + nenolod_-_quakingscope.pnv:$(presetsdir) \ + nenolod_-_beatscope.pnv:$(presetsdir) include ../../../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_beatscope.pnv Tue Oct 31 22:55:20 2006 -0800 @@ -0,0 +1,71 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 138 </high_index> + <color> 119, 239, 163 </color> + </cmap_bwgradient> + <cmap_bwgradient> + <low_index> 139 </low_index> + <high_index> 255 </high_index> + <color> 151, 179, 234 </color> + </cmap_bwgradient> + </container_once> + <wave_horizontal> + <channels> -1 </channels> + </wave_horizontal> + <general_blur> + </general_blur> + <container_cycle> + <change_interval> 0 </change_interval> + <beat> TRUE </beat> + <xform_spin> + <angle> 0.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 1.04000 </r_scale> + </xform_spin> + <xform_spin> + <angle> 0.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.98700 </r_scale> + </xform_spin> + <container_cycle> + <change_interval> 0 </change_interval> + <beat> TRUE </beat> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 138 </high_index> + <color> 119, 239, 163 </color> + </cmap_bwgradient> + <cmap_bwgradient> + <low_index> 139 </low_index> + <high_index> 255 </high_index> + <color> 151, 179, 234 </color> + </cmap_bwgradient> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 138 </high_index> + <color> 151, 179, 234 </color> + </cmap_bwgradient> + <cmap_bwgradient> + <low_index> 139 </low_index> + <high_index> 255 </high_index> + <color> 119, 239, 163 </color> + </cmap_bwgradient> + </container_cycle> + <xform_spin> + <angle> 1.25000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.98700 </r_scale> + </xform_spin> + <xform_spin> + <angle> -1.25000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 1.04000 </r_scale> + </xform_spin> + </container_cycle> + </container_simple> +</paranormal_preset> \ No newline at end of file