commit 654cab44319dfd929eab4328bcbb5dd269bbf3e4
parent b8b725110d949fc41b3a7a1702d783c3c38d79e2
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sun, 5 Jul 2009 23:07:52 -0400
Added outline of filter section of documentation
note: the included images were created by Paul N
Diffstat:
5 files changed, 35 insertions(+), 13 deletions(-)
diff --git a/doc/filter.txt b/doc/filter.txt
@@ -0,0 +1,34 @@
+Filters
+=======
+:Author: Mark McCurry
+:Date: July 5, 2009
+
+In ZynAddSubFX filters can be used at several different stages to
+increase or decrease a defined set of frequencys.
+
+Types
+-----
+
+ZynAddSubFX currently supports a wide set of filters that it can provide
+
+image:images/filter0.png[]
+
+Values
+------
+
+Each of these filters will be affected by their Q values, number of poles, and
+cutoff values.
+
+The folowing diagram shows the frequency response under different Q values:
+
+image:images/filter1.png[]
+
+The folowing diagram shows the frequency response under a different number of
+poles:
+
+image:images/filter2.png[]
+
+User Interface
+--------------
+
+A picture of the UI will go here
diff --git a/doc/images/filter0.png b/doc/images/filter0.png
Binary files differ.
diff --git a/doc/images/filter1.png b/doc/images/filter1.png
Binary files differ.
diff --git a/doc/images/filter2.png b/doc/images/filter2.png
Binary files differ.
diff --git a/doc/zynaddsubfx.txt b/doc/zynaddsubfx.txt
@@ -7,19 +7,7 @@ ___________
include::./intro.txt[]
-Filters
-=======
-In ZynAddSubFX filters can be used at several different stages to
-increase or decrease a defined set of frequencys.
-
-.Types of Filters
-[grid="all"]
-`------.--------'-----------------------
-Short Long Description
-----------------------------------------
-LPF Low Pass High Frequencies cutoff
-HPF High PassHigher frequencies cutoff
-----------------------------------------
+include::./filter.txt[]
include::./lfo.txt[]