aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2012-01-31 22:35:28 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2012-01-31 22:35:28 +0000
commit6f83947e109abdf350f4b45b545da055e5d5d5aa (patch)
treec44a24b86f8b9f8c4e904d20cdd6f1ae85037af9 /doc
parent93e45d6a27a36ee9594f9727ac63ba05b7e03715 (diff)
fixed a typo
svn path=/trunk/; revision=15931
Diffstat (limited to 'doc')
-rw-r--r--doc/pddp/cpole~-help.pd17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/pddp/cpole~-help.pd b/doc/pddp/cpole~-help.pd
index 9eeb80e7..f8083ed5 100644
--- a/doc/pddp/cpole~-help.pd
+++ b/doc/pddp/cpole~-help.pd
@@ -69,7 +69,6 @@ for an introduction to the necessary theory.;
pdpedia: cpole~;
#X obj 57 132 osc~ 100;
#X msg 65 155 clear;
-#X text 208 160 y[n] = y[n-1] + a[n] * x[n];
#X obj 84 199 sig~;
#X obj 121 200 sig~;
#X obj 158 200 sig~;
@@ -177,13 +176,15 @@ if/when |a[n]|>1.;
via a one-pole filter \, whose coefficients are controlled by creation
arguments or by another complex audio signal (remaining two inlets).
;
-#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide;
+#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide
+;
#X obj 455 51 pddp/dsp;
#X obj 102 572 pddp/pddplink ../3.audio.examples/H12.peaking.pd -text
doc/3.audio.examples/H12.peaking.pd;
-#X connect 14 0 20 0;
-#X connect 15 0 20 0;
-#X connect 17 0 20 1;
-#X connect 18 0 20 2;
-#X connect 19 0 20 3;
-#X connect 21 0 20 0;
+#X text 208 160 y[n] = x[n] + a[n] * y[n-1];
+#X connect 14 0 19 0;
+#X connect 15 0 19 0;
+#X connect 16 0 19 1;
+#X connect 17 0 19 2;
+#X connect 18 0 19 3;
+#X connect 20 0 19 0;