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

Mute toggle works wrong when pressed Mute button on Discord. #5

Open
PovilasLT opened this issue Jan 14, 2022 · 1 comment
Open

Mute toggle works wrong when pressed Mute button on Discord. #5

PovilasLT opened this issue Jan 14, 2022 · 1 comment

Comments

@PovilasLT
Copy link

Hello,
Mute toggle on Midi Mixer starts working opposite than intended when mute is toggled in discord.

@skrzepto
Copy link

skrzepto commented Jul 6, 2022

I believe this is a profile issue and not with the plugin. I'll leave my earlier comments to help others who come across similar issues.


I have a nanoKONTROL2 and noticed that i have to double tap the mute button to toggle the value for mic and headset.


dug into the code a bit and did very high level digging and it seems like we only trigger a state change when midi is in mute state

.on("mutePressed", async () => {

e.g. you have to double click mute on the midi to toggle discord mute. I'm not sure what other states there are perhaps there's a unmutePressed that could reuse the same function

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