mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
start out with the min delay time
This commit is contained in:
parent
007c1f0bbd
commit
018498b22a
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ define(["Tone/core/Tone", "Tone/signal/ScaleExp", "Tone/signal/Signal"], functio
|
|||
//resonance control
|
||||
this.chain(this.resonance, this._resScale, this._feedback.gain);
|
||||
this._feedback.connect(this.output);
|
||||
//set the delay to the min value initially
|
||||
this.setDelayTime(minDelay);
|
||||
};
|
||||
|
||||
Tone.extend(Tone.LowpassCombFilter);
|
||||
|
|
Loading…
Reference in a new issue