Lemur OSC message size limit?
Posted: 28 Jan 2013 21:49
I have a script that iterates (for loop) through 64 MultiSlider.x values and sends a unique OSC message for each. Everything appears to be working correctly on the script side. However, Lemur only sends the first 36 messages (or 44 if I shorten the message). It doesn't matter which step I start the loop on, it will only send 36 messages (or less if it reaches the end first). I've checked on 3 different OSC monitor apps, and all 3 produce the exact same result.
I'm guessing that Lemur doesn't send each message individually each time the loop iterates, but waits for the for loop (or the script) to end, then sends all the OSC messages at once. There's some kind of buffer/packet/container that's not large enough to hold all that data, so it's getting truncated before it is sent. If that's not the issue, I have no idea what else it could be.
Anyone have any ideas how to get around this?
Thanks,
A
I'm guessing that Lemur doesn't send each message individually each time the loop iterates, but waits for the for loop (or the script) to end, then sends all the OSC messages at once. There's some kind of buffer/packet/container that's not large enough to hold all that data, so it's getting truncated before it is sent. If that's not the issue, I have no idea what else it could be.
Anyone have any ideas how to get around this?
Thanks,
A