-
waveplant
Hi David,
Thanks for the reply. What you're describing sounds like Route's normal behavior, but there's something strange going on with the parsing when the list is coming through [osc parse].
See this thread:
http://lists.puredata.info/pipermail/pd-list/2014-10/108189.html
I can't quite make sense of the workaround because I wasn't subscribed back then and didn't have access to the attachments.
-Joel
-
waveplant
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?