diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-27 02:08:42 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-03-27 02:08:42 +0000 |
commit | 090323d7f7012084632c13b9ffdd88ce8817618a (patch) | |
tree | 99471d23e2b520b8198824ed21d5cf51b71bd199 | |
parent | e65169b6c521c461d8d885351015b9e6d9879b01 (diff) |
super basic help patch
svn path=/trunk/externals/ext13/; revision=4778
-rw-r--r-- | strippath-help.pd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/strippath-help.pd b/strippath-help.pd new file mode 100644 index 0000000..60e35d8 --- /dev/null +++ b/strippath-help.pd @@ -0,0 +1,10 @@ +#N canvas 0 22 454 304 10; +#X obj 113 163 ext13/strippath; +#X symbolatom 113 196 0 0 0 0 - - -; +#X msg 113 109 symbol /this/is/a/testfile.txt; +#X msg 58 88 bang; +#X obj 58 109 getdir; +#X connect 0 0 1 0; +#X connect 2 0 0 0; +#X connect 3 0 4 0; +#X connect 4 0 0 0; |