diff options
Diffstat (limited to 'pd/doc')
-rw-r--r-- | pd/doc/3.audio.examples/A06.frequency.pd | 1 | ||||
-rw-r--r-- | pd/doc/5.reference/list-help.pd | 2 | ||||
-rw-r--r-- | pd/doc/5.reference/openpanel-help.pd | 22 | ||||
-rw-r--r-- | pd/doc/5.reference/print-help.pd | 6 | ||||
-rw-r--r-- | pd/doc/7.stuff/tools/testtone.pd | 2 |
5 files changed, 22 insertions, 11 deletions
diff --git a/pd/doc/3.audio.examples/A06.frequency.pd b/pd/doc/3.audio.examples/A06.frequency.pd index 50cff7c0..b0601b0e 100644 --- a/pd/doc/3.audio.examples/A06.frequency.pd +++ b/pd/doc/3.audio.examples/A06.frequency.pd @@ -58,3 +58,4 @@ loop. (get help on number boxes for details.); #X connect 16 0 15 0; #X connect 31 0 1 0; #X connect 31 0 29 0; +#X connect 31 0 29 1; diff --git a/pd/doc/5.reference/list-help.pd b/pd/doc/5.reference/list-help.pd index ea6355bb..1d5cf9d8 100644 --- a/pd/doc/5.reference/list-help.pd +++ b/pd/doc/5.reference/list-help.pd @@ -1,4 +1,4 @@ -#N canvas 105 298 629 492 12; +#N canvas 596 406 629 492 12; #X obj 29 11 list; #X text 352 455 updated for Pd version 0.39; #X text 76 12 - building and using variable-length messages; diff --git a/pd/doc/5.reference/openpanel-help.pd b/pd/doc/5.reference/openpanel-help.pd index 15e5d244..b8b7396a 100644 --- a/pd/doc/5.reference/openpanel-help.pd +++ b/pd/doc/5.reference/openpanel-help.pd @@ -1,11 +1,19 @@ -#N canvas 35 31 585 245 12; -#X obj 128 136 openpanel; +#N canvas 70 117 585 333 12; +#X obj 128 196 openpanel; #X msg 128 108 bang; -#X obj 128 161 print; +#X obj 128 221 print; #X text 31 11 openpanel -- query you for a filename; -#X text 48 218 see also:; -#X obj 136 219 savepanel; -#X text 272 223 updated for Pd version 0.33; -#X text 33 59 When Openpanel gets a "bang" an "Open file" browser appears on the screen. If you select a file \, its name appears on the outlet.; +#X text 48 278 see also:; +#X obj 136 279 savepanel; +#X text 28 44 When Openpanel gets a "bang" an "Open file" browser appears +on the screen. If you select a file \, its name appears on the outlet. +; +#X text 285 289 updated for Pd version 0.40.; +#X text 178 109 Starts open panel in current directory; +#X msg 144 136 symbol /tmp; +#X msg 146 161 symbol C:/; +#X text 252 137 Starts in a specified directory; #X connect 0 0 2 0; #X connect 1 0 0 0; +#X connect 9 0 0 0; +#X connect 10 0 0 0; diff --git a/pd/doc/5.reference/print-help.pd b/pd/doc/5.reference/print-help.pd index 50af069a..4b8920fa 100644 --- a/pd/doc/5.reference/print-help.pd +++ b/pd/doc/5.reference/print-help.pd @@ -4,10 +4,12 @@ #X msg 70 51 234; #X obj 29 96 print x1; #X obj 21 10 print; -#X text 37 134 Print prints out the messages it receives on the "terminal +#X text 29 130 Print prints out the messages it receives on the "terminal window" that Pd is run from.; -#X text 249 200 updated for Pd version 0.31.; #X text 73 10 -- print messages to terminal window; +#X text 309 221 updated for Pd version 0.40.; +#X text 27 167 Long symbol arguments are truncated to 78 characters +and marked with "*" (but message selectors are printed in full.); #X connect 0 0 3 0; #X connect 1 0 3 0; #X connect 2 0 3 0; diff --git a/pd/doc/7.stuff/tools/testtone.pd b/pd/doc/7.stuff/tools/testtone.pd index 5b4da125..6e88a268 100644 --- a/pd/doc/7.stuff/tools/testtone.pd +++ b/pd/doc/7.stuff/tools/testtone.pd @@ -117,7 +117,7 @@ but is free for you to use for any reasonable purpose. See the file #X obj 52 174 vradio 15 1 0 2 tone-type tone-type-set empty 0 -6 0 8 -262144 -1 -1 1; #X obj 51 104 vradio 15 1 0 3 tone-radio tone-radio-set empty 0 -6 -0 8 -262144 -1 -1 2; +0 8 -262144 -1 -1 0; #X obj 379 220 adc~; #X obj 379 256 print~; #X obj 438 227 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 |