Hello everyone,

I'm quite stuck at the following OSC routing problem.

I control 8 metro objects, whereby each has their own frequency Every time a metro makes a bang, it sends an OSC message to the corresponding element in a Cinder program. This works great, but when I want to synchronize multiple metros (giving them the same frequency), there is a short latency between the messages.

The solution would be simple: instead of separate messages, bundle them into one message and do the parsing at Cinder.

My problem is, how can I detect which metros have the same frequency, and if so, bundle them and send them together. If not, send it as a normal message...

Any help would be greatly appreciated :-)