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

6 band EQ #46

Merged
merged 1 commit into from
Dec 30, 2024
Merged

6 band EQ #46

merged 1 commit into from
Dec 30, 2024

Conversation

xconverge
Copy link
Collaborator

Fixes #45

const float maxGain = 15.f;

const float centerFrequency[NUM_FILTERS] = {100.f, 200.f, 400.f, 800.f, 1600.f, 3200.f};
const float q[NUM_FILTERS] = {0.7f, 0.8f, 1.1f, 1.4f, 1.6f, 1.8f};
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chatgpt helped me with these and I compared it to my other multifx pedal and it each knob sounds VERY similar so I am happy with these!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I felt like a fool because chatgpt basically typed out my entire implementation in a handful of seconds from 1 simple prompt https://chatgpt.com/share/67724377-ac34-8012-8ee5-4c6b15c32241 , wild stuff

@xconverge xconverge merged commit 315de9a into main Dec 30, 2024
1 check passed
@GuitarML
Copy link
Collaborator

I tried this out just now and I like it alot, very handy EQ. Awesome use of the screen as well.

@xconverge
Copy link
Collaborator Author

I tried this out just now and I like it alot, very handy EQ. Awesome use of the screen as well.

The recent changes to floats from @bkshepherd make it very nice to use the knobs as well so that we dont need to mentally convert 0.0 to 1.0 to -15 to 15!

I may make a parametric variant, but EQ is not an exciting topic even though it is basically the answer to so many questions/issues/tone shaping. It would just be so easy to repackage what I have done here into a paraeq.

Like one of these:
https://empresseffects.com/products/paraeq-mkii
https://www.wamplerpedals.com/products/boost-utilities/equator/
https://www.mastereffectspedals.com/eqfh
https://jhspedals.info/products/haunting-mids

@xconverge xconverge deleted the 6bandeq branch January 1, 2025 22:20
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.

Feature Request: 6 band EQ
2 participants