aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/delwrite~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-16 10:06:09 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-12-16 10:06:09 +0000
commite2201fa91a32104463471adb9b9ce9cd4c13d575 (patch)
treef4c3a4783037b20663eb7f0e2ccc2a7a90b99a3b /doc/pddp/delwrite~-help.pd
parent33e1c87f80f055e34a000d780b51ef87af8245e0 (diff)
changes some comments to links
svn path=/trunk/; revision=14664
Diffstat (limited to 'doc/pddp/delwrite~-help.pd')
-rw-r--r--doc/pddp/delwrite~-help.pd69
1 files changed, 35 insertions, 34 deletions
diff --git a/doc/pddp/delwrite~-help.pd b/doc/pddp/delwrite~-help.pd
index 1ebbfeb9..063c312f 100644
--- a/doc/pddp/delwrite~-help.pd
+++ b/doc/pddp/delwrite~-help.pd
@@ -3,7 +3,7 @@
14 -228856 -66577 0;
#X obj 0 0 cnv 15 552 40 empty \$0-pddp.cnv.header delwrite~ 3 12 0
18 -204280 -1 0;
-#X obj 0 293 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+#X obj 0 268 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
-228856 -1 0;
#N canvas 47 244 494 344 META 0;
#X text 12 85 LIBRARY internal;
@@ -18,13 +18,13 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
#X text 12 45 DESCRIPTION write a signal in a delay line;
#X text 12 65 INLET_0 signal;
#X restore 500 597 pd META;
-#X obj 0 346 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
+#X obj 0 321 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
13 -228856 -1 0;
-#X obj 0 375 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
+#X obj 0 350 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
0 13 -228856 -1 0;
-#X obj 0 454 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
+#X obj 0 429 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
0 13 -228856 -1 0;
-#X obj 78 302 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+#X obj 78 277 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
-162280 0;
#N canvas 73 450 428 139 Related_objects 0;
#X obj 1 1 cnv 15 425 20 empty \$0-pddp.cnv.subheading empty 3 12 0
@@ -38,47 +38,48 @@ Wilkes revised the patch to conform to the PDDP template for Pd version
#X restore 101 597 pd Related_objects;
#X obj 435 20 pddp/pddplink http://wiki.puredata.info/en/delread~ -text
pdpedia: delread~;
-#X floatatom 90 122 0 0 0 0 - - -;
-#X text 119 121 input to delay line;
-#X obj 90 146 sig~;
-#X floatatom 282 88 0 0 0 0 - - -;
-#X obj 282 193 snapshot~;
-#X floatatom 282 217 0 0 0 0 - - -;
-#X obj 293 137 loadbang;
-#X obj 293 159 metro 200;
+#X floatatom 90 97 0 0 0 0 - - -;
+#X text 119 96 input to delay line;
+#X obj 90 121 sig~;
+#X floatatom 282 63 0 0 0 0 - - -;
+#X obj 282 168 snapshot~;
+#X floatatom 282 192 0 0 0 0 - - -;
+#X obj 293 112 loadbang;
+#X obj 293 134 metro 200;
#X obj 462 3 delwrite~;
-#X obj 90 171 delwrite~ delwrite_ex 1000;
-#X obj 282 111 delread~ delwrite_ex 1000;
-#X floatatom 356 135 0 0 0 0 - - -;
-#X obj 357 193 snapshot~;
-#X floatatom 357 217 0 0 0 0 - - -;
-#X obj 356 158 delread~ delwrite_ex 500;
-#X text 98 351 (none);
-#X text 98 301 signal;
-#X text 168 301 - the signal is read by all [delread~] and [vd~] objects
+#X obj 90 146 delwrite~ delwrite_ex 1000;
+#X obj 282 86 delread~ delwrite_ex 1000;
+#X floatatom 356 110 0 0 0 0 - - -;
+#X obj 357 168 snapshot~;
+#X floatatom 357 192 0 0 0 0 - - -;
+#X obj 356 133 delread~ delwrite_ex 500;
+#X text 98 326 (none);
+#X text 98 276 signal;
+#X text 168 276 - the signal is read by all [delread~] and [vd~] objects
with the same delay line name (delwrite_ex in the above example).;
-#X text 169 409 - length of the delay line in milliseconds \, which
+#X text 169 384 - length of the delay line in milliseconds \, which
is the maximum delay time any receiving [delread~] or [vd~] object
may have.;
-#X text 98 249 [delwrite~] allocates memory for a delay line and writes
+#X text 98 224 [delwrite~] allocates memory for a delay line and writes
an audio signal into it. [delread~] objects by the same name read from
the delay line.;
-#X text 169 394 - name of the delay line.;
-#X text 99 458 You can use more than one [delread~] object for the
+#X text 169 369 - name of the delay line.;
+#X text 99 433 You can use more than one [delread~] object for the
same delay line. (See example above).;
-#X text 80 409 2) float;
-#X text 99 486 Note: if the [delwrite~] runs after the [delread~] the
+#X text 80 384 2) float;
+#X text 99 461 Note: if the [delwrite~] runs after the [delread~] the
minimum delay is actually one DSP period \, not zero.;
-#X text 80 394 1) symbol atom;
-#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide;
+#X text 80 369 1) symbol atom;
+#X obj 4 597 pddp/pddplink all_about_help_patches.pd -text Usage Guide
+;
#X obj 455 51 pddp/dsp;
-#X obj 99 512 pddp/pddplink ../3.audio.examples/G01.delay.pd -text
+#X obj 99 492 pddp/pddplink ../3.audio.examples/G01.delay.pd -text
doc/3.audio.examples/G01.delay.pd;
-#X obj 99 527 pddp/pddplink ../3.audio.examples/G02.delay.loop.pd -text
+#X obj 99 512 pddp/pddplink ../3.audio.examples/G02.delay.loop.pd -text
doc/3.audio.examples/G02.delay.loop.pd;
-#X obj 99 542 pddp/pddplink ../3.audio.examples/G03.delay.variable.pd
+#X obj 99 532 pddp/pddplink ../3.audio.examples/G03.delay.variable.pd
-text doc/3.audio.examples/G03.delay.variable.pd;
-#X obj 99 557 pddp/pddplink ../3.audio.examples/G04.control.blocksize.pd
+#X obj 99 552 pddp/pddplink ../3.audio.examples/G04.control.blocksize.pd
-text doc/3.audio.examples/G04.control.blocksize.pd;
#X obj 99 572 pddp/pddplink ../3.audio.examples/G05.execution.order.pd
-text doc/3.audio.examples/G05.execution.order.pd;