mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #55] Infrasonic - K for second biquad calculated from first biquad's Q #47
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kiriki-liszt on GitHub (Oct 18, 2024).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/55
Hi!
I was looking through Infrasonic code, and noticed some odd point.
K for second stage of biquad(==BiquadB) is calculated from first stage biquad(==BiquadA).
027b95722f/plugins/MacVST/Infrasonic/source/InfrasonicProc.cpp (L32-L38)