ericj wrote:
> I'm a little confused. A couple of questions:
> 1: Peter's patch has not been updated to a new Max Target, correct? I
> have the repo listed, the recommended patch's off, and it still does not
> show up. It has not been updated correct?
> 2: I'm trying to patch my touch, Here is the closest code I can
> find, starting at location 1198, I'm no expert, but the first if looks
> like the patch, or does the else need to be edited as well?
> >
Code:
--------------------
> >
> local player = Player:getLocalPlayer()
> if player and player:getDigitalVolumeControl() == 0 then
> log:debug("User setting of 100% Fixed Volume is set")
> decode:audioGain(65536, 65536)
> else
> log:debug("gainL, gainR: ", data.gainL, " ", data.gainR)
> decode:audioGain(data.gainL, data.gainR)
> end
>
--------------------
> >
>
> Thanks in advance. BTW, is the patch also needed for Denon Serial
> plugin?
> Eric
I put the 65536 in both places because as soon as you select 100% it
won't let the plugin be a part of the chain.
Chris
------------------------------------------------------------------------
Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=77837
_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch