You want to set the Windows Master Volume programatically from Sound Mill. But there is no native Sound Mill feature to do this. This may be useful to guarentee the Master Volume is set to a predetermined level before beginning Sound Mill operation.
You can invoke an external program from a Sound Mill Sound Item that will set the Windows Master Volume to a desired percent of maximum volume. Optionally, you can execute the external program from a step within a Sound Mill automation script. The program can also be called from a Windows batch file with the syntax below.
This example sets the Windows MasterVolume to 50% of full volume
SetMasterVolumeXP.exe 50
Valid percent value is 0 to 100 (muted to maximum volume). A non-numeric or out of range number will produce an undetermined result.
Select the SoundItem, then click the Play button to execute. Check the Windows Master Volume from the system tray icon to confirm that it works. (speaker icon on lower left corner of Windows taskbar)