Is is possible to dynamically alter the creation arguments for a route object? I'm currently building a patch that receives OSC messages which I want to parse using route. Each relevant message I would like to grab starts with a unique integer ID. I would like to pass this unique ID to my route object each time the ID changes so that I can retrieve the data which follows it. Any ideas?
Rory.