Home
last modified time | relevance | path

Searched refs:setPan (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js154 this.setPan = function(sID,nPan) { method in SoundManager
156 self.sounds[sID].setPan(nPan);
503 self.setPan(thisOptions.pan);
558 this.setPan = function(nPan) { method in SMSound