Mercurial > audlegacy-plugins
view src/paranormal/presets/nenolod_-_kaliedoscope.pnv @ 2873:31d6c44ffef2
most of encoder backends require GINT16_NE;
this is a temporary solution, it works for Icecast,
but breaks FileWriter's WAV output on Big Endian systems;
also, 8-bit data may be handled wrong;
needs to be re-written with libSAD usage
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 16 Jul 2008 23:09:38 +0300 |
parents | d517fc608e89 |
children |
line wrap: on
line source
<?xml version="1.0"?> <paranormal_preset> <container_simple> <container_once> <cmap_dynamic> <low_index> 0 </low_index> <high_index> 255 </high_index> <script> blue = blue + 0.006999; green = green + 0.007; red = red + 0.004599; </script> </cmap_dynamic> </container_once> <wave_horizontal> <channels> -1 </channels> <value> 255 </value> <lines> TRUE </lines> </wave_horizontal> <xform_movement> <formula> d=cos(d)^2; </formula> </xform_movement> <general_blur> </general_blur> <general_blur> </general_blur> <general_fade> <amount> 1 </amount> </general_fade> </container_simple> </paranormal_preset>