Hello all,
Is it normal behaviour of built-in [route] to return a "foolish" [bang( message ?
Or i'm missing smth ?
i'm on w2K, pd-0.37-1
here's the patch::
#N canvas 315 119 311 230 12; #X floatatom 166 119 5 0 0 0 - - -; #X obj 124 76 route 1; #X obj 38 154 print from-route; #X obj 166 155 print from-nbx; #X msg 124 45 1; #X connect 0 0 3 0; #X connect 1 0 2 0; #X connect 1 0 0 0; #X connect 4 0 1 0;
Yury wrote:
Hello all,
Is it normal behaviour of built-in [route] to return a "foolish" [bang( message ?
Or i'm missing smth ?
no, this is the normal behaviour. [route] strips the selected argument and outputs the "rest". if you send "1" to [route] and this is stripped, the rest is "" (an empty list), which should be a bang but is not (yet). this has been discussed some weeks ago; i think this will be fixed in future releases (that is: "" == bang)
mfg.a.sdr IOhannes