This commit is contained in:
Felix Roos 2025-06-09 09:54:24 +02:00
parent 1081fc69e9
commit d1b6b6be85
No known key found for this signature in database

View file

@ -698,7 +698,7 @@ export class DoughVoice {
this.out[i] = this._lpf[i].s1;
}
if (this._hpf) {
this._hpf[i].update(this.out[i], hcutoff, this.hresonance);
this._hpf[i].update(this.out[i], hpf, this.hresonance);
this.out[i] = this.out[i] - this._hpf[i].s1;
}
if (this._bpf) {