mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
fixed typo
This commit is contained in:
parent
7f7493105a
commit
a713502784
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ define(["Tone/core/Tone", "Tone/signal/Signal"], function(Tone){
|
|||
if (!this.isUndef(params.frequency)) this.frequency.setValue(params.frequency);
|
||||
if (!this.isUndef(params.Q)) this.Q.setValue(params.Q);
|
||||
if (!this.isUndef(params.gain)) this.gain.setValue(params.gain);
|
||||
if (!this.isUndef(params.rolloff)) this.setRolloff(params.rolloff);;
|
||||
if (!this.isUndef(params.rolloff)) this.setRolloff(params.rolloff);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue