diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-05-10 08:33:11 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2007-05-10 08:33:11 +0000 |
commit | c9c1fe9ed1d37cf0412b345287d4fc6284042f8e (patch) | |
tree | 0a8e8c082688b7e9150d61ccca37cb7b78ce86f9 | |
parent | f08f882a8ff3231a30a27db866191feacbced8f5 (diff) |
abstraction implementation of [tabset]
svn path=/trunk/externals/zexy/; revision=7646
-rw-r--r-- | abs/tabset.pd | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/tabset.pd b/abs/tabset.pd new file mode 100644 index 0000000..0297185 --- /dev/null +++ b/abs/tabset.pd @@ -0,0 +1,26 @@ +#N canvas 205 66 450 337 10; +#X obj 57 67 inlet; +#X obj 142 109 list prepend 0; +#X obj 142 275 s; +#X obj 57 84 route set float; +#X obj 179 254 symbol \$1; +#X obj 228 234 symbol; +#X msg 99 183 const \$1; +#X obj 142 209 t a b b; +#X msg 160 227 const 0; +#X text 48 317 (c) 2007 IOhannes m zmoelnig@iem.at; +#X text 215 53 part of zexy; +#X text 59 12 set the contents of a table via list; +#X text 61 29 (legacy object); +#X connect 0 0 3 0; +#X connect 1 0 7 0; +#X connect 3 0 5 0; +#X connect 3 1 6 0; +#X connect 3 2 1 0; +#X connect 4 0 2 1; +#X connect 5 0 4 1; +#X connect 6 0 7 0; +#X connect 7 0 2 0; +#X connect 7 1 8 0; +#X connect 7 2 4 0; +#X connect 8 0 2 0; |