diff options
author | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-27 02:09:06 +0000 |
---|---|---|
committer | Jonathan Wilkes <jancsika1@users.sourceforge.net> | 2010-11-27 02:09:06 +0000 |
commit | 817596ec98499c28d31c0f33c9ffa42e49896af3 (patch) | |
tree | 72f656d4ee7994abfeae7863d74e38e008b7373b /messages-help.pd | |
parent | f3b011b484970a48d16980441cff63f3a99080b3 (diff) |
made some basic example patches, added META subpatch
svn path=/trunk/externals/ext13/; revision=14529
Diffstat (limited to 'messages-help.pd')
-rw-r--r-- | messages-help.pd | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/messages-help.pd b/messages-help.pd index dfa173f..0421c23 100644 --- a/messages-help.pd +++ b/messages-help.pd @@ -1,3 +1,17 @@ -#N canvas 3 48 450 300 10; +#N canvas 0 31 450 300 10; #X text 50 110 This is a placeholder help patch. You can help by making a real help patch for this object!; +#X obj 134 209 messages; +#X obj 134 163 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 164 164 post a bang to the console. Why?; +#N canvas 463 219 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 85 AUTHOR d13@klingt.org; +#X text 12 25 LICENSE GPL v2; +#X text 12 45 DESCRIPTION; +#X text 12 5 KEYWORDS control needs_work (description&purpose); +#X text 12 65 INLET_0 bang; +#X restore 399 277 pd META; +#X connect 2 0 1 0; |