I'm trying to set the balance of my WindowsMediaPlayer (WindowsMediaPlayer Player) with a slider (ColorSlider PanSlider) like this:
Player.settings.balance = PanSlider.Value;
And litterally, nothing happens 'balance-wise.' The sound stays perfectly centered. I've checked and they both output the expected values (-100 ... 100).
Also, Player.settings.isAvailable["balance"]
returns true.
Any ideas?