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

Fix: Decouple OSC from GUI render loop #56

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

SnuffSocket
Copy link
Contributor

@SnuffSocket SnuffSocket commented Oct 15, 2024

Currently sending OSC information is tied to to the GUI render loop so sending information is limited by:
 window.read(timeout=2)

Also if "Feat: Lower CPU usage when not in focus" is pulled without this and Babble isn't the active window we stop sending OSC information all together!

@dfgHiatus dfgHiatus self-assigned this Oct 18, 2024
@dfgHiatus dfgHiatus added the enhancement New feature or request label Oct 18, 2024
@RamesTheGeneric
Copy link
Contributor

RamesTheGeneric commented Oct 26, 2024

Seems to work as described along with #52 👍

@RamesTheGeneric RamesTheGeneric merged commit b999e3d into Project-Babble:main Oct 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants