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

Macro Engine -> Serialization -> UI on automation #1115

Closed
baconpaul opened this issue Aug 15, 2024 · 0 comments · Fixed by #1118
Closed

Macro Engine -> Serialization -> UI on automation #1115

baconpaul opened this issue Aug 15, 2024 · 0 comments · Fixed by #1118
Labels

Comments

@baconpaul
Copy link
Contributor

The engine sends a serialization message on each macro set which could potentially overswhelm the serialization to ui queue.

The right thing to do is to compress these when we pull of the engine queue.

Under heavy automation this could make the UI cache miss.

baconpaul added a commit to baconpaul/shortcircuit-xt that referenced this issue Aug 15, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant