aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/delwrite~-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-08-25 00:31:27 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-08-25 00:31:27 +0000
commit7d6affca746f49f5ffb2818b8a9ccf9d91388e8f (patch)
treec906633b5bb39eb9b566f5209b2b1eae28703878 /doc/pddp/delwrite~-help.pd
parent2f615ffbf13571a928856b8207d1ea215e857e3f (diff)
revised help docs that conform to the PDDP template
svn path=/trunk/; revision=13942
Diffstat (limited to 'doc/pddp/delwrite~-help.pd')
-rw-r--r--doc/pddp/delwrite~-help.pd100
1 files changed, 100 insertions, 0 deletions
diff --git a/doc/pddp/delwrite~-help.pd b/doc/pddp/delwrite~-help.pd
new file mode 100644
index 00000000..68de2364
--- /dev/null
+++ b/doc/pddp/delwrite~-help.pd
@@ -0,0 +1,100 @@
+#N canvas 0 0 555 619 10;
+#X obj 0 595 cnv 15 552 21 empty \$0-pddp.cnv.footer empty 20 12 0
+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
+-228856 -1 0;
+#N canvas 47 244 494 344 META 0;
+#X text 12 105 PLATFORM windows macosx gnulinux;
+#X text 12 145 LIBRARY internal;
+#X text 12 185 WEBSITE http://crca.ucsd.edu/~msp/;
+#X text 12 225 RELEASE_VERSION 0.41.4;
+#X text 12 205 RELEASE_DATE 2009-06-12;
+#X text 12 65 LICENSE SIBSD;
+#X text 12 165 AUTHOR Miller Puckette;
+#X text 12 245 HELP_PATCH_AUTHORS Updated for Pd version 0.33. Jonathan
+Wilkes revised the patch to conform to the PDDP template for Pd version
+0.42.;
+#X text 12 5 GENRE help;
+#X text 12 45 KEYWORDS signal nonlocal;
+#X text 12 85 DESCRIPTION write a signal in a delay line;
+#X text 12 25 NAME delwrite~;
+#X text 12 125 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
+13 -228856 -1 0;
+#X obj 0 375 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
+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
+-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
+14 -204280 -1 0;
+#X text 19 79 Control objects for delays:;
+#X obj 22 106 delay;
+#X obj 67 106 pipe;
+#X obj 22 43 delread~ delwrite_ex;
+#X obj 157 43 vd~ delwrite_ex;
+#X text 7 2 [delwrite~] Related Objects;
+#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 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
+with the same delay line name (delwrite_ex in the above example).;
+#X text 169 409 - 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
+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
+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
+minimum delay is actually one DSP period \, not zero.;
+#X text 80 394 1) symbol atom;
+#X obj 4 597 pddp/pddplink pddp/help.pd -text help;
+#X obj 455 51 pddp/dsp-reminder;
+#X obj 99 512 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
+doc/3.audio.examples/G02.delay.loop.pd;
+#X obj 99 542 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
+-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;
+#X text 11 23 write a signal in a delay line;
+#X connect 10 0 12 0;
+#X connect 12 0 19 0;
+#X connect 13 0 20 0;
+#X connect 14 0 15 0;
+#X connect 16 0 17 0;
+#X connect 17 0 14 0;
+#X connect 17 0 22 0;
+#X connect 20 0 14 0;
+#X connect 21 0 24 0;
+#X connect 22 0 23 0;
+#X connect 24 0 22 0;