I'm trying to route Monome-like grid data from OSC, so I'd like to cascade [route] to process lists from OSC until I get to the last number, which will ultimately be used for note on / off messages.
To start, I'd like to see if I can do everything I can with Pd Vanilla.
I'm coming from MaxMSP so I think the trouble I'm having might stem from that.
I'm using:
[netreceive -u -b 8024] --> [osc parse] --> [list trim]
But when I route the result through a [route 1], I don't get any output.
Any ideas?