setting detune value when applying config

This commit is contained in:
Pavle Goloskokovic 2017-11-16 17:21:00 +01:00
parent 3a8c665fd6
commit 8ede77ddce

View file

@ -165,6 +165,7 @@ var BaseSound = new Class({
this.mute = this.currentConfig.mute;
this.volume = this.currentConfig.volume;
this.rate = this.currentConfig.rate;
this.detune = this.currentConfig.detune;
// TODO assign other config values to buffer source
},
fadeTo: function (volume, duration) {