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

Throttle engine -> serial -> ui macro update messages #1118

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

baconpaul
Copy link
Contributor

bitwig can set a macro every 64 samples.
A ui can show a knob at around 120hz
so we should compress those messages, which we do here in the serializatoin thread.

Closes #1115

bitwig can set a macro every 64 samples.
A ui can show a knob at around 120hz
so we should compress those messages, which we do here in the
serializatoin thread.

Closes surge-synthesizer#1115
@baconpaul baconpaul merged commit a74ad9d into surge-synthesizer:main Aug 15, 2024
10 checks passed
@baconpaul baconpaul deleted the throttle-engine-1115 branch August 15, 2024 20:09
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

Successfully merging this pull request may close these issues.

Macro Engine -> Serialization -> UI on automation
1 participant