libossia icon indicating copy to clipboard operation
libossia copied to clipboard

[ossia-pd] add support for sending bundle

Open avilleret opened this issue 8 years ago • 4 comments

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 ?

avilleret avatar Jul 19 '17 21:07 avilleret

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 ?

bltzr avatar Jul 20 '17 07:07 bltzr

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

jcelerier avatar Jul 20 '17 07:07 jcelerier

we're talking pd here, not i-score, right ?

what other way to handle this could there be ?

bltzr avatar Jul 20 '17 08:07 bltzr

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

jcelerier avatar Jul 20 '17 08:07 jcelerier