Having volume go up or down faster?

Posted by: newguy1

Having volume go up or down faster? - 20/08/2002 16:28

Is there a way to make the volume go up or down in larger steps than it currently does(using the remote),or just have it do it quicker?
Posted by: tonyc

Re: Having volume go up or down faster? - 20/08/2002 16:42

Yeah. I do this in my IR translations using the Hijack kernel. For my pioneer remote, this looks like this in the ir_translate section of config.ini:

0ad520a=Vol-,Vol-,Vol-,Vol-,Vol-
0ad520b=Vol+,Vol+,Vol+,Vol+,Vol+

So each press of my volume up/down on my Pioneer remote sends 5 volume up or down commands to the player. Works for me.
Posted by: HDs99

Re: Having volume go up or down faster? - 21/08/2002 00:12

Does anybody know whether you can do something like this with the knob? Config file setting for Hijack or something?

I'm used to it now, but the numbers of turns that it takes to make it from a low volume to a high one always confuses others in my car.
Posted by: mrfixit

Re: Having volume go up or down faster? - 28/10/2002 18:18

how would you do that for the kenwood remote? or the rio?
Posted by: tms13

Re: Having volume go up or down faster? - 29/10/2002 04:34

Change 0ad520a in ynoT's config to Vol-, etc:

;untested
Vol-=Vol-,Vol-,Vol-,Vol-,Vol-
Vol+=Vol+,Vol+,Vol+,Vol+,Vol+

I do a similar thing with the stalk:

KVolUp=KVolUp,KVolUp,KVolUp,KVolUp
KVolDown=KVolDown,KVolDown,KVolDown,KVolDown
Posted by: mrfixit

Re: Having volume go up or down faster? - 29/10/2002 05:53

Hmm... thanks I'll try it