diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-01 21:27:22 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-12-01 21:27:22 +0000 |
commit | d6c45e3cdbc931dcd018e3bf5649f6c5b5f8a553 (patch) | |
tree | 9ec26000d170ca1ff7f404f3954682a55d55f738 /doc/additional/messageoddness | |
parent | 5dcba8fa9164675146308042783991b0f2324256 (diff) |
documentation of inconsistent behavior of [route] when it has a float and a symbol argument that came from the discussion of [select]
svn path=/trunk/; revision=9069
Diffstat (limited to 'doc/additional/messageoddness')
-rw-r--r-- | doc/additional/messageoddness/route_mixing_float_and_symbol_arguments.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/additional/messageoddness/route_mixing_float_and_symbol_arguments.pd b/doc/additional/messageoddness/route_mixing_float_and_symbol_arguments.pd new file mode 100644 index 00000000..5047b19e --- /dev/null +++ b/doc/additional/messageoddness/route_mixing_float_and_symbol_arguments.pd @@ -0,0 +1,19 @@ +#N canvas 58 168 454 304 10; +#X obj 155 147 route 1 bla; +#X msg 147 44 list bla hu; +#X obj 147 185 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 182 189 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X obj 230 188 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 +-1 -1; +#X msg 96 44 bla hu; +#X msg 187 104 1 two; +#X msg 231 104 list 1 two; +#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 0 0; +#X connect 7 0 0 0; |