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 /filesize-help.pd | |
parent | f3b011b484970a48d16980441cff63f3a99080b3 (diff) |
made some basic example patches, added META subpatch
svn path=/trunk/externals/ext13/; revision=14529
Diffstat (limited to 'filesize-help.pd')
-rw-r--r-- | filesize-help.pd | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/filesize-help.pd b/filesize-help.pd index dfa173f..796297c 100644 --- a/filesize-help.pd +++ b/filesize-help.pd @@ -1,3 +1,25 @@ -#N canvas 3 48 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!; +#N canvas 0 31 450 297 10; +#N canvas 463 219 494 344 META 0; +#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan +Wilkes for Pd version 0.42.; +#X text 12 125 AUTHOR d13@klingt.org; +#X text 12 45 LICENSE GPL v2; +#X text 12 5 ALIAS fsize; +#X text 12 25 KEYWORDS control filesystem; +#X text 12 65 DESCRIPTION get the size of a file in bytes; +#X text 12 85 INLET_0 symbol bang; +#X text 12 105 OUTLET_0 float; +#X restore 391 267 pd META; +#X obj 111 164 filesize; +#X msg 111 94 symbol filesize-help.pd; +#X floatatom 111 198 5 0 0 0 - - -; +#X obj 123 29 fsize; +#X obj 27 29 filesize; +#X text 92 29 or; +#X text 172 29 - get the size of a file in bytes; +#X obj 129 129 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X text 153 126 return last value; +#X connect 1 0 3 0; +#X connect 2 0 1 0; +#X connect 8 0 1 0; |