GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
670 stars 37 forks source link

Fader can't unmute when it is not set to the Hardwarefaders #77

Closed Dreamtrailtv closed 1 year ago

Dreamtrailtv commented 1 year ago

I have a profile that sets the Fader Line In to mute, but if I load a profile that does not set the Fade In Fader as a hardware fader but in the profile it is unmuted, the fader remains on mute. If I set the fader as hardware fader the mute button stays in unmuted status and if you press it then the fader is first muted and with another click unmuted also for routing.

Status with line in on hardware fader: statuswithhardwarefader.txt

Status with line in without hardware fader: statuswithouthardwarefader.txt

Status after manually set Fader Line to a Hardwarefader: statusmanuallysetfader.txt

Status after switching the mute button on and off: statusaftertoggledmutebutton.txt

Profile with hardwarefader: PC Off.zip

Profile without hardwarefader: Standard_Headphones.zip

Debuglog: debuglog.txt

Driver: image

FrostyCoolSlug commented 1 year ago

Thanks for the detailed report, it looks like the hardware side mute state isn't being cleared when a profile is loaded so the old state is persisting.. I'll look into doing some tests and see if I can come up with an elegant solution to that, otherwise I can just force unmute everything before a profile applies.

FrostyCoolSlug commented 1 year ago

This should be fixed now in dev-0.12.0, could you give test please and let me know?

Dreamtrailtv commented 1 year ago

Works now thanks :)