rm deadcode
This commit is contained in:
parent
da926805b3
commit
fdcdc3aaa0
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ if (typeof DelayNode !== 'undefined') {
|
|||
start(t) {
|
||||
this.delayGain.gain.setValueAtTime(this.delayGain.gain.value, t + this.delayTime.value);
|
||||
}
|
||||
stop(t) {
|
||||
this.delayGain.gain.setValueAtTime(0, t);
|
||||
}
|
||||
}
|
||||
|
||||
AudioContext.prototype.createFeedbackDelay = function (wet, time, feedback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue