Hi, I'm looking to create an abstraction which takes a symbol as a creation argument (i.e., [ABSTRACTION symbol]) which then selects one piece of data coming in to it. I'm using OSC, and I get in a data stream like "/a 0 /b 4 /c 5 /d 8 ...", and I'd like this abstraction to have creation arguments so that [ABSTRACTION /a] returns "0". The actual project is a bit more repetitive, so I'd like to use abstractions, but I'm having trouble actually selecting the specific data. I know that [route /a] would work, but is there a way to tell [route] what to route? I know [route $1] doesn't work, but I'm looking for something that could possibly work like that.
Thanks in advance!
-
Variable routing in PD?
-
Wow! Apparently my laptop went all weird. It seems that [route $1] does in fact work.