aboutsummaryrefslogtreecommitdiff
path: root/tabsort-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-30 01:36:17 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2010-11-30 01:36:17 +0000
commit57de39e09a37b5f35cbecbb76a0f89efe1a4d63f (patch)
tree3275d34fe7dddccdb05f73bd3217efd6ca4cbef4 /tabsort-help.pd
parentded518cce720415a9249bd7bb8948aa41d8e6bc5 (diff)
added META subpatch
svn path=/trunk/externals/moonlib/; revision=14536
Diffstat (limited to 'tabsort-help.pd')
-rw-r--r--tabsort-help.pd17
1 files changed, 14 insertions, 3 deletions
diff --git a/tabsort-help.pd b/tabsort-help.pd
index 805f12a..3cc8196 100644
--- a/tabsort-help.pd
+++ b/tabsort-help.pd
@@ -1,15 +1,15 @@
-#N canvas 118 208 534 360 10;
+#N canvas 0 31 534 403 10;
#X text 22 332 (c) Antoine Rousseau 2001;
#X floatatom 39 303 5 0 0 0 - - -;
#X obj 21 19 tabsort;
#X text 20 58 args: source_table dest_table;
-#N canvas 0 0 450 300 graph29 0;
+#N canvas 0 0 450 300 (subpatch) 0;
#X array source 10 float 1;
#A 0 -0.0571429 -0.985715 -0.942858 -0.857143 -0.757143 -0.542857 -0.171429
0.528571 0.842858 0.914287;
#X coords 0 1 9 -1 200 140 1;
#X restore 51 92 graph;
-#N canvas 0 0 450 300 graph29 0;
+#N canvas 0 0 450 300 (subpatch) 0;
#X array dest 10 float 1;
#A 0 9 8 7 0 6 5 4 3 2 1;
#X coords 0 10 9 0 200 140 1;
@@ -25,6 +25,17 @@ sorted by decreasing order (biggest first);
#X floatatom 304 305 5 0 0 0 - - -;
#X text 347 244 try it!;
#X text 300 321 it should decrease with input;
+#N canvas 572 197 494 344 META 0;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 115 AUTHOR Antoine Rousseau;
+#X text 12 135 HELP_PATCH_AUTHORS Antoine Rousseau. "pd meta" information
+added by Jonathan Wilkes for Pd version 0.42.;
+#X text 12 95 OUTLET_0 float;
+#X text 12 5 KEYWORDS control array;
+#X text 12 75 INLET_0 float;
+#X text 12 45 DESCRIPTION write to dest_table the indices of source_table's
+elements sorted by decreasing order;
+#X restore 476 370 pd META;
#X connect 6 0 1 0;
#X connect 7 0 6 0;
#X connect 10 0 11 0;