Mercurial > audlegacy-plugins
diff src/paranormal/builtins.c @ 174:3d98be3d74c2 trunk
[svn] - mosaic effect (in progress, custom size will be in the next commit)
- new preset: retroscope which demonstrates it ;)
| author | nenolod |
|---|---|
| date | Wed, 01 Nov 2006 00:54:36 -0800 |
| parents | 9e51ffaca177 |
| children | 6880934d11bf |
line wrap: on
line diff
--- a/src/paranormal/builtins.c Tue Oct 31 23:43:46 2006 -0800 +++ b/src/paranormal/builtins.c Wed Nov 01 00:54:36 2006 -0800 @@ -25,6 +25,7 @@ /* **************** general **************** */ DECLARE_ACTUATOR (general_fade); DECLARE_ACTUATOR (general_blur); +DECLARE_ACTUATOR (general_mosaic); /* **************** wave **************** */ DECLARE_ACTUATOR (wave_horizontal); @@ -56,6 +57,7 @@ /* **************** general **************** */ &builtin_general_fade, &builtin_general_blur, + &builtin_general_mosaic, /* **************** wave **************** */ &builtin_wave_horizontal, &builtin_wave_vertical,
