Custom equalizer settings #253
Closed
Michsior14
started this conversation in
Ideas
Replies: 1 comment
-
In fact I did not thought about that when writing the function. I think best way would be to change the parameter of It also might make sense to parse the equalizer parameter directly in main.c with something like
( https://en.wikipedia.org/wiki/Flexible_array_member ) If you want to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some time ago I've implemented equalizer presets and thought about adding custom equalizer settings (eg. via
e
param).I could easily use
get_data_from_parameter
fromdev.c
to get the content of buffer that would represents it, but how to handle the different parameter type inhandle_feature
(int param
)? Just by introducing another one that would be optionalchar* stringParam
or struct holding different types? How you would like to handle it @Sapd?Beta Was this translation helpful? Give feedback.
All reactions