Configure how much the volume increases with each keystroke in winamp

1

Currently, my winamp only increases the volume by 1 ou 2% each time I press the volume up key. How can I change that behaviour? I couldn't find it in the settings.

thanks

ANSWER: I've found out the answer. I created a hotkey script that sends 5 times the command ctrl+alt+u, whenever I press ctrl+alt+uparrow. Then configured winamp to increase the volume with the ctrl+alt+u shortcut. Here's the script:

^!u::
send {ctrl}{alt}{uparrow}
send {ctrl}{alt}{uparrow}
send {ctrl}{alt}{uparrow}
send {ctrl}{alt}{uparrow}
send {ctrl}{alt}{uparrow}
return

Malabarba

Posted 2009-10-15T21:32:53.067

Reputation: 7 588

Answers

1

It may be possible to build an AutoHotkey script that will detect when the player window of Winamp is active and transform keystrokes from the up and down arrow keys to multiple keystrokes.

Nathaniel

Posted 2009-10-15T21:32:53.067

Reputation: 3 966

If it works that'd be perfect, but I don't know how to map one hotkey into multiple instances of a hotkey. – Malabarba – 2009-10-16T04:54:23.340

I marked this answer as the accepted one because it most resemblees the solution I found. – Malabarba – 2009-11-02T02:10:18.433

Woot. Nice work. – Nathaniel – 2009-11-02T22:28:22.127

1

I use volumouse from Nirsoft to control volume using alt+scroll. This has a facility to change the step size. This will do what you want, but not within Winamp. Any good?

outsideblasts

Posted 2009-10-15T21:32:53.067

Reputation: 6 297

Unfortunately I want to manage winamp specifically. Basically, I want to control music volume while in-game without affecting the master volume. – Malabarba – 2009-10-16T01:51:44.177

0

Winamp at it's current version 5.56, does not have a preference to set what the "step size" of a volume up/down action is, few media applications do.

An alternative to allow you dial the volume up or down quicker is to use the mouse scroll wheel for volume, or a media keyboard with a dial you can rotate quickly up or down.

Or checkout some Winamp plug-ins that have more presets; HotKey Plugin for example has options for volume presets, binding keys to set volume levels.

Nick Josevski

Posted 2009-10-15T21:32:53.067

Reputation: 6 747

I'll try to look into the plugins. – Malabarba – 2009-10-16T02:00:42.480