aboutsummaryrefslogtreecommitdiff
path: root/doc/additional
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-25 19:46:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-25 19:46:18 +0000
commit4116b1ebe8822c2ebd5393ba1fbb461b6b1084d3 (patch)
tree337454ba738f099e3adf8d1ac7b417eed3194d22 /doc/additional
parent38ab6a752636543c04c97375ca73bb667dd173b8 (diff)
documented [select] issues with arguments of mixed type
svn path=/trunk/; revision=11150
Diffstat (limited to 'doc/additional')
-rw-r--r--doc/additional/messageoddness/select_mixing_float_and_symbol_arguments.pd31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/additional/messageoddness/select_mixing_float_and_symbol_arguments.pd b/doc/additional/messageoddness/select_mixing_float_and_symbol_arguments.pd
new file mode 100644
index 00000000..d85b5f3e
--- /dev/null
+++ b/doc/additional/messageoddness/select_mixing_float_and_symbol_arguments.pd
@@ -0,0 +1,31 @@
+#N canvas 91 39 450 300 12;
+#X obj 88 163 select one 2;
+#X msg 87 93 symbol one;
+#X obj 89 198 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
+-1;
+#X obj 131 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X obj 170 195 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X msg 102 122 2;
+#X msg 228 91 symbol one;
+#X obj 230 196 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X obj 272 193 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X obj 311 193 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
+-1 -1;
+#X msg 243 120 2;
+#X obj 229 161 select 2 one;
+#X text 24 25 [select] doesn't let you mix symbols and floats \, and
+behaves oddly when you do:;
+#X connect 0 0 2 0;
+#X connect 0 1 3 0;
+#X connect 0 2 4 0;
+#X connect 1 0 0 0;
+#X connect 5 0 0 0;
+#X connect 6 0 11 0;
+#X connect 10 0 11 0;
+#X connect 11 0 7 0;
+#X connect 11 1 8 0;
+#X connect 11 2 9 0;