aboutsummaryrefslogtreecommitdiff
path: root/doc/pddp/delread~-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/delread~-help.pd
parent2f615ffbf13571a928856b8207d1ea215e857e3f (diff)
revised help docs that conform to the PDDP template
svn path=/trunk/; revision=13942
Diffstat (limited to 'doc/pddp/delread~-help.pd')
-rw-r--r--doc/pddp/delread~-help.pd92
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/pddp/delread~-help.pd b/doc/pddp/delread~-help.pd
new file mode 100644
index 00000000..42c6e1ee
--- /dev/null
+++ b/doc/pddp/delread~-help.pd
@@ -0,0 +1,92 @@
+#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 delread~ 3 12 0
+18 -204280 -1 0;
+#X obj 0 292 cnv 3 550 3 empty \$0-pddp.cnv.inlets inlets 8 12 0 13
+-228856 -1 0;
+#N canvas 50 244 494 344 META 0;
+#X text 12 105 PLATFORM windows macosx gnulinux;
+#X text 12 165 LIBRARY internal;
+#X text 12 205 WEBSITE http://crca.ucsd.edu/~msp/;
+#X text 12 245 RELEASE_VERSION 0.41.4;
+#X text 12 225 RELEASE_DATE 2009-06-12;
+#X text 12 65 LICENSE SIBSD;
+#X text 12 185 AUTHOR Miller Puckette;
+#X text 12 265 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 time;
+#X text 12 85 DESCRIPTION read a signal from a delay line;
+#X text 12 25 NAME delread~;
+#X text 12 145 OUTLET_0 signal;
+#X text 12 125 INLET_0 float;
+#X restore 500 597 pd META;
+#X obj 0 384 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0
+13 -228856 -1 0;
+#X obj 0 421 cnv 3 550 3 empty \$0-pddp.cnv.argument arguments 8 12
+0 13 -228856 -1 0;
+#X obj 0 479 cnv 3 550 3 empty \$0-pddp.cnv.more_info more_info 8 12
+0 13 -228856 -1 0;
+#X obj 78 301 cnv 17 3 75 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#N canvas 93 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 78 Control objects for delays:;
+#X obj 22 105 delay;
+#X obj 67 105 pipe;
+#X obj 22 42 delwrite~ help;
+#X obj 127 42 vd~ help;
+#X text 7 1 [delread~] Related Objects;
+#X restore 101 597 pd Related_objects;
+#X obj 78 393 cnv 17 3 17 empty \$0-pddp.cnv.let.0 0 5 9 0 16 -228856
+-162280 0;
+#X text 98 393 signal;
+#X obj 435 20 pddp/pddplink http://wiki.puredata.info/en/delread~ -text
+pdpedia: delread~;
+#X floatatom 299 169 0 0 0 0 - - -;
+#X text 340 168 input to delay line;
+#X obj 299 193 sig~;
+#X floatatom 112 122 0 0 0 0 - - -;
+#X text 139 122 float input (delay time in ms);
+#X obj 112 217 snapshot~;
+#X floatatom 112 241 0 0 0 0 - - -;
+#X obj 123 173 loadbang;
+#X obj 123 195 metro 200;
+#X text 98 300 float;
+#X text 98 320 list;
+#X text 98 339 Note: If the specified delay time is longer than the
+size of the delay line or less than zero it is clipped to the length
+of the delay line.;
+#X text 98 483 You can use more than one [delread~] object for the
+same delay line.;
+#X obj 466 3 delread~;
+#X obj 299 218 delwrite~ delread_ex 1000;
+#X obj 112 148 delread~ delread_ex 1000;
+#X text 11 23 read a signal from a delay line;
+#X text 168 300 - a float sets the delay time (in milliseconds).;
+#X text 168 320 - lists are truncated to the first element.;
+#X text 168 393 - the delayed signal.;
+#X text 168 440 - name of delay line.;
+#X text 168 455 - (optional) initial delay time (ms).;
+#X text 80 455 2) float;
+#X text 98 511 Note: if the [delwrite~] runs after the [delread~] the
+minimum delay is actually one DSP period \, not zero.;
+#X text 80 440 1) symbol atom;
+#X obj 4 597 pddp/pddplink pddp/help.pd -text help;
+#X obj 455 51 pddp/dsp-reminder;
+#X obj 98 542 pddp/pddplink ../3.audio.examples/G01.delay.pd -text
+doc/3.audio.examples/G01.delay.pd;
+#X obj 98 557 pddp/pddplink ../3.audio.examples/G02.delay.loop.pd -text
+doc/3.audio.examples/G02.delay.loop.pd;
+#X obj 98 572 pddp/pddplink ../3.audio.examples/G05.execution.order.pd
+-text doc/3.audio.examples/G05.execution.order.pd;
+#X connect 12 0 14 0;
+#X connect 14 0 26 0;
+#X connect 15 0 27 0;
+#X connect 17 0 18 0;
+#X connect 19 0 20 0;
+#X connect 20 0 17 0;
+#X connect 27 0 17 0;