diff options
Diffstat (limited to 'examples/tabset.pd')
-rw-r--r-- | examples/tabset.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/tabset.pd b/examples/tabset.pd new file mode 100644 index 0000000..28bfb68 --- /dev/null +++ b/examples/tabset.pd @@ -0,0 +1,19 @@ +#N canvas 140 193 861 353 10; +#X graph graph2 0 -1 8 1 603 257 803 117; +#X array my_array99 5 float; +#X array my_array97 8 float; +#X pop; +#X obj 283 138 loadbang; +#X msg 132 126 set my_array99; +#X msg 133 148 set my_array97; +#X msg 283 164 \; my_array99 resize 5 \; my_array97 resize 8 \; my_array99 0.1 0.3 0.2 0.5 0.2 -0.1 \; my_array97 0.1 0.1 0.2 0.3 0.5 0.8 0.13 0.21 0.34; +#X obj 176 22 tabdump; +#X text 273 24 dump the contents of a table as a list; +#X msg 83 73 1 0.7 0.5 0.3 0.2 0.1; +#X obj 83 168 tabset my_array99; +#X floatatom 97 95 4 0 0; +#X connect 1 0 4 0; +#X connect 2 0 8 0; +#X connect 3 0 8 0; +#X connect 7 0 8 0; +#X connect 9 0 8 0; |