Master Volume

  • Thread starter Thread starter Deane
  • Start date Start date
D

Deane

The approach to controlling volume in the mixer has changed with Vista. I'd
like to know if it is still possible to control the master volume
programatically... I had written a couple of useful scripts for W2k and XP
that don't work in Vista.
 
Here's an Auto Hot Key subroutine. Doubt if it will help you much.

vol_MasterDown:
SoundSet, -%vol_Step%
Gosub, vol_ShowBars
return

I guess I'd probably have to call a dll, but I don't know which one or the
syntax/parameters.
 
Back
Top