aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-15 07:19:23 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-15 07:19:23 +0000
commitc58c23682285932a6b8af87dd2015a7ee1917a3e (patch)
tree6e2752b5eef70a1f3f60778ec8ad77e8503d08e8 /doc
parent6bf9872c188c74ac7c790a26c3871577e7ced65d (diff)
fixes array name typos
svn path=/trunk/; revision=14640
Diffstat (limited to 'doc')
-rw-r--r--doc/pddp/tabread4~-help.pd9
-rw-r--r--doc/pddp/tabwrite~-help.pd26
2 files changed, 19 insertions, 16 deletions
diff --git a/doc/pddp/tabread4~-help.pd b/doc/pddp/tabread4~-help.pd
index ad67b703..d8a19f3e 100644
--- a/doc/pddp/tabread4~-help.pd
+++ b/doc/pddp/tabread4~-help.pd
@@ -88,7 +88,6 @@ interpolation is meaningful.;
will read data. The array or table must exist in an open Pd patch/canvas
or an error message will appear in the console.;
#N canvas 117 345 428 159 init 0;
-#X obj 23 125 s tabread4~-help-tab;
#X msg 23 103 0 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
14 -204280 -1 0;
@@ -96,8 +95,9 @@ or an error message will appear in the console.;
#X text 8 2 [tabread4~] [table] initialization;
#X text 20 38 This subpatch just initializes a [table] to some values.
(Values in a [table] are not saved in the patch.);
-#X connect 1 0 0 0;
-#X connect 3 0 1 0;
+#X obj 23 125 s \$0-array;
+#X connect 0 0 5 0;
+#X connect 2 0 0 0;
#X restore 288 270 pd init;
#X text 168 353 - the "set" message \, followed by the name of an array
\, permits you to switch between arrays (e.g. \, "set another_array").
@@ -106,7 +106,8 @@ or an error message will appear in the console.;
#X text 18 44 [tabread4~] is used to build samplers and other table
lookup algorithms. The interpolation scheme is 4-point polynomial.
;
-#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 100 530 pddp/pddplink ../3.audio.examples/B03.tabread4.pd -text
doc/3.audio.examples/B03.tabread4.pd;
diff --git a/doc/pddp/tabwrite~-help.pd b/doc/pddp/tabwrite~-help.pd
index a419ac9c..aaf3b14d 100644
--- a/doc/pddp/tabwrite~-help.pd
+++ b/doc/pddp/tabwrite~-help.pd
@@ -59,9 +59,9 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
#X obj 435 20 pddp/pddplink http://wiki.puredata.info/en/tabwrite~
-text pdpedia: tabwrite~;
#X text 11 23 write a signal in an array;
-#X msg 95 195 bang;
-#X msg 111 238 stop;
-#X obj 78 165 phasor~ 200;
+#X msg 95 194 bang;
+#X msg 111 239 stop;
+#X obj 78 170 phasor~ 200;
#X text 98 332 bang;
#X text 98 351 start;
#X text 98 390 stop;
@@ -69,7 +69,7 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
#X text 98 479 (none);
#N canvas 0 0 450 300 (subpatch) 0;
#X array \$0-array 1000 float 0;
-#X coords 0 1 999 -1 160 100 1;
+#X coords 0 1 999 -1 160 100 1 0 0;
#X restore 329 183 graph;
#X msg 98 216 start 500;
#X text 168 521 - the name of the array or table to which [tabwrite~]
@@ -93,18 +93,20 @@ element (e.g. \, "start 500" will start recording at the 500th element).
\, permits you to switch between arrays (e.g. \, "set another_array").
;
#X text 166 452 - the signal to be written to the array.;
-#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 98 570 pddp/pddplink all_about_arrays.pd;
#X obj 171 219 bng 15 250 50 0 empty empty empty 17 7 0 10 -4034 -1
-1;
#X obj 171 239 f \$0;
-#X msg 171 261 set \$1-array;
#X obj 78 291 tabwrite~ \$0-array;
-#X connect 12 0 37 0;
-#X connect 13 0 37 0;
-#X connect 14 0 37 0;
-#X connect 21 0 37 0;
+#X obj 329 293 table \$0-array2;
+#X msg 171 261 set \$1-array2;
+#X connect 12 0 36 0;
+#X connect 13 0 36 0;
+#X connect 14 0 36 0;
+#X connect 21 0 36 0;
#X connect 34 0 35 0;
-#X connect 35 0 36 0;
-#X connect 36 0 37 0;
+#X connect 35 0 38 0;
+#X connect 38 0 36 0;