I have couple of waveout handles in my code that playing in parallel.
Now i want to set different volume for each waveout handle.
There is a waveOutSetVolume
win32api function: http://msdn.microsoft.com/en-us/library/ms713762%28v=vs.85%29.aspx
The problem is, that it completly ignores the handle I sending, it setting the volume for all waveout handles in my program.
How to make it set the volume to specific waveout handle?