mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
parent
9fea022f98
commit
982deb3f62
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ define(["../core/Tone", "../type/Type", "../core/AudioNode", "../core/Timeline"]
|
|||
},
|
||||
set : function(value){
|
||||
this._initialValue = this._fromUnits(value);
|
||||
this.cancelScheduledValues(this.context.currentTime);
|
||||
this.setValueAtTime(value, this.context.currentTime);
|
||||
this.cancelScheduledValues(this.now());
|
||||
this.setValueAtTime(value, this.now());
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue