libossia
libossia copied to clipboard
[ossia-pd] add support for sending bundle
but how to handle that ? should the user choose what to put in a bundle ? or should it be automatically ? for example, each message in one tick goes to one bundle ?
maybe we could choose the interval between which to put into a bundle like 5 or 15 ms would that make sense ? what if several messages are sent to the same address in this interval ? does it keep the last one only ?
would that make sense ?
yes, but it would change an awful lot of stuff in the implementation because now you have to have a scheduler and you can't send stuff at different rhythms anymore
we're talking pd here, not i-score, right ?
what other way to handle this could there be ?
we're talking pd here, not i-score, right ?
sure, but to make sense it would have to be at the libossia level, not the ossia-{pd,max,...} level because it makes senses in all the environments; and I don't see how to implement this without having to change a lot of code in each environment or enforcing this behaviour also in i-score