Mercurial > audlegacy-plugins
changeset 184:8e77ac977ca1 trunk
[svn] - so like, when will somebody else make some presets for this thing?
author | nenolod |
---|---|
date | Wed, 01 Nov 2006 22:28:54 -0800 |
parents | 37b53a5a9aa4 |
children | 38526384bc79 |
files | ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_rush.pnv |
diffstat | 3 files changed, 57 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 01 21:52:23 2006 -0800 +++ b/ChangeLog Wed Nov 01 22:28:54 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-02 05:52:23 +0000 William Pitcock <nenolod@nenolod.net> + revision [366] + - allow waves to be drawn with a custom value instead of just 255 + + trunk/src/paranormal/wave.c | 20 +++++++++++++------- + 1 file changed, 13 insertions(+), 7 deletions(-) + + 2006-11-02 04:50:58 +0000 William Pitcock <nenolod@nenolod.net> revision [364] - add value replace filter, replaces a range of values with a different value
--- a/src/paranormal/presets/Makefile Wed Nov 01 21:52:23 2006 -0800 +++ b/src/paranormal/presets/Makefile Wed Nov 01 22:28:54 2006 -0800 @@ -13,6 +13,7 @@ nenolod_-_beatscope.pnv:$(presetsdir) \ nenolod_-_branchscope.pnv:$(presetsdir) \ nenolod_-_retroscope.pnv:$(presetsdir) \ - nenolod_-_value_replace_fun.pnv:$(presetsdir) + nenolod_-_value_replace_fun.pnv:$(presetsdir) \ + nenolod_-_rush.pnv:$(presetsdir) include ../../../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_rush.pnv Wed Nov 01 22:28:54 2006 -0800 @@ -0,0 +1,47 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_gradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <lcolor> 0, 0, 127 </lcolor> + <hcolor> 0, 127, 255 </hcolor> + </cmap_gradient> + </container_once> + <wave_horizontal> + <channels> -1 </channels> + </wave_horizontal> + <wave_vertical> + <channels> -1 </channels> + </wave_vertical> + <container_cycle> + <change_interval> 0 </change_interval> + <beat> TRUE </beat> + <xform_spin> + <angle> -4.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.75000 </r_scale> + </xform_spin> + <xform_spin> + <angle> 4.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.75000 </r_scale> + </xform_spin> + <xform_spin> + <angle> -8.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.75000 </r_scale> + </xform_spin> + <xform_spin> + <angle> 8.00000 </angle> + <r_add> 0.00000 </r_add> + <r_scale> 0.75000 </r_scale> + </xform_spin> + </container_cycle> + <general_fade> + <amount> 3 </amount> + </general_fade> + </container_simple> +</paranormal_preset> \ No newline at end of file