Mercurial > audlegacy-plugins
changeset 328:a4d2caa1da63 trunk
[svn] Well I think it's pretty
author | nazca |
---|---|
date | Mon, 04 Dec 2006 01:07:59 -0800 |
parents | f3f77cbd58f3 |
children | c457e253275a |
files | ChangeLog src/paranormal/presets/nazca_-_smoke_on_the_water.pnv |
diffstat | 2 files changed, 47 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Dec 02 18:17:14 2006 -0800 +++ b/ChangeLog Mon Dec 04 01:07:59 2006 -0800 @@ -1,3 +1,13 @@ +2006-12-03 02:17:14 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [718] + Add support for Apple PMU front LED to Rocklight. Tested on PowerBook 5,9; works but is rather slow to update. + trunk/configure.ac | 8 ++++-- + trunk/mk/rules.mk.in | 1 + trunk/src/rocklight/Makefile | 2 - + trunk/src/rocklight/apple_pmu.c | 50 ++++++++++++++++++++++++++++++++++++++++ + 4 files changed, 58 insertions(+), 3 deletions(-) + + 2006-12-02 22:43:27 +0000 William Pitcock <nenolod@nenolod.net> revision [716] - some OSes use macros for some f*() functions, therefore make sure we
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nazca_-_smoke_on_the_water.pnv Mon Dec 04 01:07:59 2006 -0800 @@ -0,0 +1,37 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <general_clear> + </general_clear> + </container_once> + <cmap_gradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <lcolor> 0, 0, 0 </lcolor> + <hcolor> 72, 72, 255 </hcolor> + </cmap_gradient> + <wave_horizontal> + <channels> -1 </channels> + <value> 255 </value> + <lines> TRUE </lines> + </wave_horizontal> + <wave_horizontal> + <channels> 1 </channels> + <value> 255 </value> + <lines> TRUE </lines> + </wave_horizontal> + <xform_ripple> + <angle> 0.00000 </angle> + <ripples> 7.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> + </container_simple> +</paranormal_preset> \ No newline at end of file