Skip to content

Commit 8ede77d

Browse files
setting detune value when applying config
1 parent 3a8c665 commit 8ede77d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/src/sound/BaseSound.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ var BaseSound = new Class({
165165
this.mute = this.currentConfig.mute;
166166
this.volume = this.currentConfig.volume;
167167
this.rate = this.currentConfig.rate;
168+
this.detune = this.currentConfig.detune;
168169
// TODO assign other config values to buffer source
169170
},
170171
fadeTo: function (volume, duration) {

0 commit comments

Comments
 (0)