mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
rm deadcode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user