fix: hpf
This commit is contained in:
parent
1081fc69e9
commit
d1b6b6be85
1 changed files with 1 additions and 1 deletions
|
|
@ -698,7 +698,7 @@ export class DoughVoice {
|
||||||
this.out[i] = this._lpf[i].s1;
|
this.out[i] = this._lpf[i].s1;
|
||||||
}
|
}
|
||||||
if (this._hpf) {
|
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;
|
this.out[i] = this.out[i] - this._hpf[i].s1;
|
||||||
}
|
}
|
||||||
if (this._bpf) {
|
if (this._bpf) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue