hello everybody,
is there a limitation of inlet in expr box ? i try this and it doesn't work :
[expr $f1 + $f2 + $f3 + $f4 + $f5 + $f6 + $f7 + $f8 + $f9 + $f10]
it works up to $f9...
Expr and number of variables
hello everybody,
is there a limitation of inlet in expr box ? i try this and it doesn't work :
[expr $f1 + $f2 + $f3 + $f4 + $f5 + $f6 + $f7 + $f8 + $f9 + $f10]
it works up to $f9...
looks like you found the limitation yourself. I read a similar post recently, and the conclusion was the same...
that's true, but you can use more than 9 variables by putting value names inside [expr]. And you don't need to connect all the variables with the [expr], they are sent "wireless".
[ \ [ \
| |
[value v1]................[value v15]
[bang(
|
[expr v1 + v2 + v3 + v4 + ............... + v15]
|
[ \
Oops! Looks like something went wrong!