Allows you to set the overall output volume of the processing sound library.
Example
Running this code will set the volume of all processes to 75%.
plugin command("OS Automation.dll", "process sound volume/set", "All Process", "Set Volume", 75)
Allows you to set the overall output volume of the processing sound library.
Running this code will set the volume of all processes to 75%.
plugin command("OS Automation.dll", "process sound volume/set", "All Process", "Set Volume", 75)
Was this helpful?