Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filters: LPF, HPF #10

Merged
merged 7 commits into from
Jun 29, 2024
Merged

Filters: LPF, HPF #10

merged 7 commits into from
Jun 29, 2024

Conversation

dy
Copy link
Contributor

@dy dy commented Aug 5, 2021

Implements filter param:

  • negative values for LPF, positive for HPF (feels natural)
  • formulas are from biquad-coeffs
  • Q=2 by default, mb worth splitting into a separate param

Closes #7.

@KilledByAPixel should zzfx-micro include this param as well?

@KilledByAPixel KilledByAPixel merged commit b71fdfa into KilledByAPixel:master Jun 29, 2024
@KilledByAPixel
Copy link
Owner

Hey Dmitry, this is great stuff, sorry it took me so long to get around to it. Had a bit of trouble with github so i merged your changes in and have a few fixes of my own comming through. hopefully it all works out. 😅👍 thanks so much!

@dy dy deleted the filters branch June 29, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LP/BP/HP effects
2 participants