Is there a way for vvvv to check if the sound is muted or unmuted?

So that it’s always checking and if it’s not muted it returns a 1 and if it is a 0. That kind of thing?

http://www.codeguru.com/csharp/csharp/cs_graphics/sound/article.php/c10931

Unfortunately that doesn’t seem to work on my Windows 7 64bit machine, any other possibilities?

http://rongchaua.net/blog/c-adjust-master-volume-in-vista-and-windows-7/

http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement(v=vs.85).aspx

Eeekkk, don’t know c+, no idea how to implement this in vvvv thanks for the post though.

http://stackoverflow.com/questions/2986007/mute-unmute-change-master-volume-in-windows-7-x64-with-c , but it’s using COM and only works in vista and up :f