Pattr question

novasnoa's icon

Hello everyone,

I am using pattr in a patch which creates chords and sends them to different clients.
The chords and a lot of additional informations are stored in the pattr objects.
I don't want to use deferlow as the sending of the chords is obviously timing sensitive.

The question is now, is it better for the performance to store al the data in one pattr and unpack it in the clients or to store each clients data in an individual pattr and not have to unpack them in the clients. I just had a lot of glitches in the beginning and now became eager to find the most efficient version.

Thanks
Robert