mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
remove unused function
This commit is contained in:
parent
088efdeb0e
commit
c564ca5b90
1 changed files with 0 additions and 4 deletions
|
@ -186,10 +186,6 @@ AudioPlayer.prototype.stopAllSounds = function () {
|
|||
this.audioEngine.drumPlayer.stopAll();
|
||||
};
|
||||
|
||||
AudioPlayer.prototype.setPitchEffect = function (value) {
|
||||
this.pitchEffect.set(value, this.activeSoundPlayers);
|
||||
};
|
||||
|
||||
AudioPlayer.prototype.setEffect = function (effect, value) {
|
||||
switch (effect) {
|
||||
case 'pitch':
|
||||
|
|
Loading…
Reference in a new issue