Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better handling of overflow #19

Open
benkuper opened this issue Jan 9, 2018 · 1 comment
Open

Better handling of overflow #19

benkuper opened this issue Jan 9, 2018 · 1 comment

Comments

@benkuper
Copy link

benkuper commented Jan 9, 2018

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.

  • The best solution would be to be able to manage everything in another, unlocked thread so everything can be real time
  • At least having coalesced parameter changes would be far more efficient than assigning everything. If i send 100 different values for the first track's volume real quick and Live can't process them at the same speed, just take the last value sent for this parameter.
@moritzhoewer
Copy link

Same problem here :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants