Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

3 Band Equalizer not working #63

Answered by pschatzmann
greno asked this question in Q&A
Discussion options

You must be logged in to vote

This sketch has 2 mistakes:

  • make sure that you keep the number of channels consistent across all objects
  • The sketch works with references so that you can dynamically change the parameters in the loop. So eigher store the config as global variable(like the provided example ) or if you work with temporary local variables define it as reference ( auto &eqcfg = eq.defaultConfig();).

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@greno
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
1 reply
@greno
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants