im actually trying to figure out how i can set the System Master Volume in Windows 7/Vista.
Using javax.sound wont work cause of the new line system of Windows. So i got 2 other options but dont know how to do this.
First option is sending a Media Key like "VK_VOLUME_UP", but the Media Keys arent listed as KeyEvent
in java.awt.KeyEvent. Is it possible to add an new key?
Second but worst option is using and command line tool written in another language to set System Volume, but i dont like this option.