Normal
Not re-based yet but only mixer.cs changes so should be clean merge Testing some things now and seeing a possible lock from the objects it had from the old code, will see if that is causing it.// UpdateObject lock seems to be obsolete now so removed that and pushed:https://github.com/RickDB/MediaPortal-1/commit/a71855cf69a112e4081aa916ea75377fc11bb18cFor + and - not working it might be a device mismatch, once you're home we can test further on IRC with some added debug logging.During startup it will report the device used for volume control (default device):[code][2017-01-11 15:31:57,737] [Log ] [MPMain ] [INFO ] - Mixer: default audio device: DENON-AVRHD-0 (NVIDIA High Definition Audio)[/code]Yeah not sure, never really used the volume handling of Mediaportal (all bitstreamed) but my brother does so will force him to be a tester Also just fixed a typo for mute (forgot to use value) , for the brave few who want to test out latest build attached it.
Not re-based yet but only mixer.cs changes so should be clean merge
Testing some things now and seeing a possible lock from the objects it had from the old code, will see if that is causing it.
// Update
Object lock seems to be obsolete now so removed that and pushed:
https://github.com/RickDB/MediaPortal-1/commit/a71855cf69a112e4081aa916ea75377fc11bb18c
For + and - not working it might be a device mismatch, once you're home we can test further on IRC with some added debug logging.
During startup it will report the device used for volume control (default device):
[code]
[2017-01-11 15:31:57,737] [Log ] [MPMain ] [INFO ] - Mixer: default audio device: DENON-AVRHD-0 (NVIDIA High Definition Audio
)[/code]
Yeah not sure, never really used the volume handling of Mediaportal (all bitstreamed) but my brother does so will force him to be a tester
Also just fixed a typo for mute (forgot to use value) , for the brave few who want to test out latest build attached it.