Hi forum,
I need to control the microphone volume of my second sound device (see below, mixer #2)
I' using this code snippet
Code:
F2::
ToolTip , SoundSet 0
SoundSet,0,MICROPHONE,VOLUME,2
Return
F3::
ToolTip , SoundSet 100
SoundSet,100,MICROPHONE,VOLUME,2
Return
However, this code always sets the microphone level at
mixer #1, no matter which number I use at the end of the SoundSet line
Any ideas how SoundSet can be convinced to act on mixer #2 instead of mixer #1?
Thanks heaps already
David.P
--
PS: AHK erroneously acts on the "Microphone" level at Mixer #1 as well even when I use:
Code:
SoundSet,100,WAVE,VOLUME,1
or
Code:
SoundSet,100,MASTER,VOLUME,1
or
Code:
SoundSet,100,,VOLUME,1
or
Code:
SoundSet,100,,VOLUME,3
In other words, SoundSet ALWAYS and only changes the microphone input level no matter what parameters are used
