diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2012-10-31 20:46:47 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2012-10-31 20:46:47 +0000 |
commit | d31aedf2f49f92c160085fa581a761c35f01c4fd (patch) | |
tree | 9893b74a6a2b6337b1397ed6bc1e7572a79fcf60 | |
parent | 7bf2954689090b3060c2ae4d81595eb4aa13af9b (diff) |
added keyword to help patch
svn path=/trunk/; revision=16501
-rw-r--r-- | doc/pddp/readsf~-help.pd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pddp/readsf~-help.pd b/doc/pddp/readsf~-help.pd index 6b46ca81..1a41ee6e 100644 --- a/doc/pddp/readsf~-help.pd +++ b/doc/pddp/readsf~-help.pd @@ -13,12 +13,12 @@ #X text 12 205 HELP_PATCH_AUTHORS Updated for version 0.42-4. Jonathan Wilkes revised the patch to conform to the PDDP template for Pd version 0.42.; -#X text 12 5 KEYWORDS signal; #X text 12 45 DESCRIPTION read a soundfile; #X text 12 65 INLET_0 float open start stop print; #X text 12 85 INLET_N signal; #X text 12 105 OUTLET_R bang; #X text 12 185 RELEASE_DATE 1997; +#X text 12 5 KEYWORDS signal soundfile; #X restore 500 597 pd META; #X obj 0 428 cnv 3 550 3 empty \$0-pddp.cnv.outlets outlets 8 12 0 13 -228856 -1 0; @@ -101,7 +101,8 @@ A "0" stops it.; #X text 195 41 The [readsf~] object reads a soundfile into its signal outputs. You must open the soundfile in advance (a couple of seconds before you'll need it) using the "open" message.; -#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 connect 24 0 32 0; #X connect 26 0 27 0; #X connect 28 0 32 0; |