diff options
Diffstat (limited to 'mypdobject-help.pd')
-rw-r--r-- | mypdobject-help.pd | 14 |
1 files changed, 12 insertions, 2 deletions
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; |