diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2011-10-04 03:08:20 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2011-10-04 03:08:20 +0000 |
commit | eb8da537ef9c8278edc5e67ee0aea44e9a07e15d (patch) | |
tree | 061d5527f150db5a845e2ebaa587dee67b141b2f | |
parent | 8db7799a2836183479c8dd4d368d8d16326774a5 (diff) |
added META subpatch
svn path=/trunk/externals/template/; revision=15494
-rw-r--r-- | mycobject-help.pd | 13 | ||||
-rw-r--r-- | mypdobject-help.pd | 14 |
2 files changed, 23 insertions, 4 deletions
diff --git a/mycobject-help.pd b/mycobject-help.pd index e639a5e..ab32e66 100644 --- a/mycobject-help.pd +++ b/mycobject-help.pd @@ -1,8 +1,17 @@ -#N canvas 382 214 450 300 10; +#N canvas 1 53 450 300 10; #X text 94 36 this is an example help file; #X obj 121 123 mycobject; #X obj 169 87 hsl 128 15 0 127 0 0 empty empty empty -2 -8 0 10 -262144 --1 -1 4100 1; +-1 -1 0 1; #X msg 93 79 rats; +#N canvas 347 176 494 344 META 0; +#X text 12 105 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 25 LICENSE GPL v2; +#X text 12 85 AUTHOR Hans Christoph Steiner; +#X text 12 5 KEYWORDS control; +#X text 12 45 DESCRIPTION example libdir object class; +#X text 12 65 INLET_0 float rats; +#X restore 370 250 pd META; #X connect 2 0 1 0; #X connect 3 0 1 0; diff --git a/mypdobject-help.pd b/mypdobject-help.pd index 7687e3b..06021eb 100644 --- a/mypdobject-help.pd +++ b/mypdobject-help.pd @@ -1,7 +1,17 @@ -#N canvas 382 214 450 300 10; +#N canvas 1 53 450 300 10; #X obj 121 123 mypdobject; -#X obj 120 150 print; +#X obj 121 150 print; #X msg 121 93 bang; #X text 94 36 this is an example help file; +#N canvas 229 199 494 344 META 0; +#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 65 INLET_0 bang; +#X text 12 85 OUTLET_0 anything; +#X text 12 5 KEYWORDS control abstraction; +#X text 12 25 LICENSE GPL v2; +#X text 12 45 DESCRIPTION example libdir abstraction; +#X text 12 105 AUTHOR Hans Christoph Steiner; +#X restore 355 242 pd META; #X connect 0 0 1 0; #X connect 2 0 0 0; |