How is SoundSetVolume called correctly and simply?

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
arcticir
Posts: 694
Joined: 17 Nov 2013, 11:32

How is SoundSetVolume called correctly and simply?

26 May 2020, 07:48

In the old version of V2, its use was very simple: SoundSetVolume -55

However, in the latest version, I tried all the methods and couldn't make it work:

Code: Select all

loop 20
{
	i:=a_index
	loop 20
	SoundSetVolume -55,a_index,i
}
How is SoundSetVolume called correctly and simply?
User avatar
Ragnar
Posts: 613
Joined: 30 Sep 2013, 15:25

Re: How is SoundSetVolume called correctly and simply?

26 May 2020, 08:12

There is a bug in the SoundSet functions causing AutoHotkey v2 to crash silently. This has already been fixed and will be included in the next release.
arcticir
Posts: 694
Joined: 17 Nov 2013, 11:32

Re: How is SoundSetVolume called correctly and simply?

27 May 2020, 08:57

@Ragnar
Thank you. Looking forward to the new version.

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: Albireo, coder96, gongnl, mcd and 39 guests