hi
sorry, if this has been already discussed, but i couldn't find the topic in the archives. route outputs a list with one argument instead of outputting a float. this is then a problem, when you try to connect a [route] to the right inlet of an audio-obj like [+~]. doing this will cause the error 'inlet: expected 'signal' but got 'float' '. this can easily be solved by inserting a [f ] before the audio-obj. but is this behaviour of route intended?
roman
see attached patch:
#N canvas 123 196 285 252 10; #X obj 104 59 route 12; #X msg 104 38 12 $1; #X floatatom 104 21 5 0 0 0 - - -; #X obj 38 128 *~; #X obj 37 89 sig~ 1; #X obj 38 149 avg~; #X floatatom 38 171 5 0 0 0 - - -; #X obj 120 132 *~; #X obj 120 153 avg~; #X floatatom 120 176 5 0 0 0 - - -; #X obj 133 111 f; #X text 152 152 <- from zexy; #X text 134 192 ^this works; #X text 50 207 ^this causes errors; #X connect 0 0 3 1; #X connect 0 0 10 0; #X connect 1 0 0 0; #X connect 2 0 1 0; #X connect 3 0 5 0; #X connect 4 0 3 0; #X connect 4 0 7 0; #X connect 5 0 6 0; #X connect 7 0 8 0; #X connect 8 0 9 0; #X connect 10 0 7 1;