Skip to content

+support for encoders (under additive_indices) and mute toggles for W… #151

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Aisper
Copy link

@Aisper Aisper commented Jul 5, 2025

For my version of Deej I wanted to use Encoders. New stuff:

  1. Config has additive_indices array of ints now. Inputs that are present in that array become additive instead of absolute. Mostly needed for encoders so that we can jump between windows with deej.current and always add/reduce volume

  2. Arduino can send a flag that will tell deej on PC to toggle mute on a session. Made it a toggle flag to support deej.current again

  3. Reworked data transfer to produce uint16 with both the value ranging -1023:1023 (negatives to support additive values) and a boolean flag for mute. Still have 4 bits leftover maybe for some additional stuff.

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.

1 participant