stufisher / LiveOSC2

New version of LiveOSC for Live 9
99 stars 31 forks source link

Better handling of overflow #19

Open benkuper opened 6 years ago

benkuper commented 6 years ago

Currently, when sending a lot of messages continuously, LiveOSC2 can't keep up (i guess because it's on the UI thread and locked at 200ms per frame ?), but all the messages are delayed. For instance, sending volume changes at 60fps for 10seconds and then stopping results in still having volume changes after 30 seconds in Live.

moritzhoewer commented 6 years ago

Same problem here :(