fix level

This commit is contained in:
Gordon JC Pearce 2026-01-08 15:27:14 +00:00
parent a3a2e0dd04
commit 8ca166a662
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ void Chorus::setHpf(uint8_t mode) {
break;
case 0x18:
hpCut = 1 - exp(-6.283 * 85 / sampleRate);
hpGain = 1.707;
hpGain = 1.0;
break;
}
}