<?xml version="1.0"?>
<fx id="Container/Simple" enabled="TRUE">
<fx id="Misc/Comment" enabled="TRUE">
<comment>Radar
Janusz Gregorczyk &lt;jgregor@kki.net.pl&gt;

</comment>
</fx>
<fx id="Filter/Blur" enabled="TRUE">
<fade_speed>2</fade_speed>
</fx>
<fx id="Render/UniScope" enabled="TRUE">
<color_type>0</color_type>
<color>16769315</color>
<mode>1</mode>
<on_init>PI=3.14159;
gamma = 0.07;</on_init>
<per_frame>gamma = gamma * (beat * 2 - 1);
theta = theta + gamma;</per_frame>
<per_sample>fi = PI / 4 + theta + value / 2;
r = index * 2 - 1;
x=r*cos(fi);
y=r*sin(fi);
</per_sample>
</fx>
</fx>
