Mercurial > audlegacy-plugins
changeset 153:f6ca31f3308e trunk
[svn] - add some example presets
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 00:20:37 -0800 |
parents | 7b8588691a95 |
children | 1378854babe0 |
files | ChangeLog src/paranormal/Makefile src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_bumblebees.pnv src/paranormal/presets/nenolod_-_purple_flower.pnv |
diffstat | 5 files changed, 67 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 30 23:35:14 2006 -0800 +++ b/ChangeLog Tue Oct 31 00:20:37 2006 -0800 @@ -1,3 +1,13 @@ +2006-10-31 07:35:14 +0000 William Pitcock <nenolod@nenolod.net> + revision [304] + - don't replace our configuration + - configure box tweaks + + trunk/src/paranormal/cfg.c | 3 +-- + trunk/src/paranormal/plugin.c | 2 -- + 2 files changed, 1 insertion(+), 4 deletions(-) + + 2006-10-31 07:08:58 +0000 William Pitcock <nenolod@nenolod.net> revision [302] - fix some window titles
--- a/src/paranormal/Makefile Mon Oct 30 23:35:14 2006 -0800 +++ b/src/paranormal/Makefile Tue Oct 31 00:20:37 2006 -0800 @@ -3,6 +3,8 @@ OBJECTIVE_LIBS = libparanormal$(SHARED_SUFFIX) +SUBDIRS = presets + LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(XML_LIBS) $(SDL_LIBS)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/Makefile Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,10 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +presetsdir = $(pkgdatadir)/paranormal/Presets + +OBJECTIVE_DATA = \ + nenolod_-_purple_flower.pnv:$(presetsdir) \ + nenolod_-_bumblebees.pnv:$(presetsdir) + +include ../../../mk/objective.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_bumblebees.pnv Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,27 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 238, 208, 83 </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> + <general_blur> + </general_blur> + <general_fade> + <amount> 1 </amount> + </general_fade> + </container_simple> +</paranormal_preset> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/paranormal/presets/nenolod_-_purple_flower.pnv Tue Oct 31 00:20:37 2006 -0800 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> + +<paranormal_preset> + <container_simple> + <container_once> + <cmap_bwgradient> + <low_index> 0 </low_index> + <high_index> 255 </high_index> + <color> 118, 0, 191 </color> + </cmap_bwgradient> + </container_once> + <wave_radial> + <base_radius> 0.00000 </base_radius> + </wave_radial> + <general_blur> + </general_blur> + </container_simple> +</paranormal_preset> \ No newline at end of file