[Kst] kdeextragear-2/kst/plugins/pass_filters
Andrew Walker
arwalker at sumusltd.com
Thu Aug 19 19:13:29 CEST 2004
CVS commit by arwalker:
Defined more default input scalar values.
M +2 -2 butterworth_bandpass/butterworth_bandpass.xml 1.5
M +2 -2 butterworth_bandstop/butterworth_bandstop.xml 1.5
M +1 -1 butterworth_highpass/butterworth_highpass.xml 1.4
M +1 -1 butterworth_lowpass/butterworth_lowpass.xml 1.4
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_bandpass/butterworth_bandpass.xml #1.4:1.5
@@ -19,8 +19,8 @@
</input>
<input>
-<float name="Central frequency" descr="Central frequency of the Butterworh band pass filter." />
+<float name="Central frequency" descr="Central frequency of the Butterworh band pass filter." default="1" />
</input>
<input>
-<float name="Band width" descr="Width of the Butterworh band pass filter." />
+<float name="Band width" descr="Width of the Butterworh band pass filter." default="1" />
</input>
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_bandstop/butterworth_bandstop.xml #1.4:1.5
@@ -19,8 +19,8 @@
</input>
<input>
-<float name="Central frequency" descr="Central frequency of the Butterworh band stop filter." />
+<float name="Central frequency" descr="Central frequency of the Butterworh band stop filter." default="1" />
</input>
<input>
-<float name="Band width" descr="Width of the Butterworh band stop filter." />
+<float name="Band width" descr="Width of the Butterworh band stop filter." default="1" />
</input>
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_highpass/butterworth_highpass.xml #1.3:1.4
@@ -19,5 +19,5 @@
</input>
<input>
-<float name="Cutoff frequency" descr="Cutoff frequency of the Butterworh high pass filter." />
+<float name="Cutoff frequency" descr="Cutoff frequency of the Butterworh high pass filter." default="1" />
</input>
--- kdeextragear-2/kst/plugins/pass_filters/butterworth_lowpass/butterworth_lowpass.xml #1.3:1.4
@@ -19,5 +19,5 @@
</input>
<input>
-<float name="Cutoff frequency" descr="Cutoff frequency of the Butterworh low pass filter." />
+<float name="Cutoff frequency" descr="Cutoff frequency of the Butterworh low pass filter." default="1" />
</input>
More information about the Kst
mailing list