diff options
author | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-22 06:56:28 +0000 |
---|---|---|
committer | Roman Haefeli <rdz@users.sourceforge.net> | 2011-09-22 06:56:28 +0000 |
commit | e8437e4dbe42540e1fc824c90c709fd8f7433386 (patch) | |
tree | 2aa08a63116f948612cf07d8767628d4c82d55e3 /src | |
parent | 14029710b5ac9e67688a8ff4b3b88a846d55a040 (diff) |
added meta file for pdstring
svn path=/trunk/externals/moocow/pdstring/; revision=15338
Diffstat (limited to 'src')
-rw-r--r-- | src/pdstring-meta.pd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pdstring-meta.pd b/src/pdstring-meta.pd new file mode 100644 index 0000000..fe92145 --- /dev/null +++ b/src/pdstring-meta.pd @@ -0,0 +1,9 @@ +#N canvas 10 10 200 200 10; +#N canvas 20 20 420 300 META 0; +#X text 10 10 META this is a prototype of a libdir meta file; +#X text 10 30 NAME pdstring; +#X text 10 50 AUTHOR Bryan Jurish <moocow@ling.uni-potsdam.de>; +#X text 10 70 DESCRIPTION Dealing with strings by converting them from/to lists of floats; +#X text 10 90 LICENSE GPL v2; +#X text 10 110 VERSION 0.10-2; +#X restore 10 10 pd META; |