-
HLS
okay, so now a new question arised,
This time i'm trying to get a comma inside of a dynamically created message box
if i type this, it creates a message box [1 5 ( - not followed by the rest of the message.
What am i missing there ?
-
HLS
thanks a lot, that's what i ended up doing, but great to have the explanation for the logic behind it !
best -
HLS
@PLDS nevermind, found by myself
turns out the backslash indicates a symbol, if i'm not mistaken ? -
HLS
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
-
-
-
HLS
@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] -
HLS
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
-
HLS
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]