-
PLDS
@PLDS nevermind, found by myself
turns out the backslash indicates a symbol, if i'm not mistaken ? -
PLDS
Hello everyone, i guess the title gives it away
im trying to have a [next $1( inside of a dynamically created subpatch. I'm sending a float to ajust another parameter, so the solution i found for now is this one :Is there a more elegant way to do so ? also, whenever i close and re-open the patch, there is a backslach between the two dollar signs.
cheers
-
-
-
PLDS
@alexandros Thanks !
i didn't make my question quite clear using 0s and 1sit would be more something like this
[0 1 2] [1 2 3]
|
[route 012 123]
| /
[2] [3] -
PLDS
of course, you could use to route objects, first one to route according to the first number, and second one according to the second number. I was wondering if there was a more elegant way
-
PLDS
Hello everyone,
I was wondering if it was possible to route some lists (using the [route] object or another one) by their first two arguments.So for example :
[001] [1 0 1]
|
[route 001 010]
| ___ |
[1] ___ [0]