raedwulf / alsaequal

GNU Lesser General Public License v2.1
32 stars 13 forks source link

use with decimal or negative or > 100 values #5

Open balbuze opened 4 years ago

balbuze commented 4 years ago

hello! I try to use alsaequal with http://quitte.de/dsp/caps.html#EqFA4p It seems to net be able to send : value >100 value negative value with decimal Any idea? Thanks

bennigraf commented 3 years ago

Hey, a little late to the game, but I had the same problem. I found out that this plugin is only able to use integer percentage values and uses them to linearly scale to the range defined by the plugin (i.e. 20-14000 in EqFA4p). I was able to create an improved version that takes the input of 0-100% and uses an applies exponential scaling before setting the plugin control value. That works way better for my use case (I'm using Eq4p; EqFA4p might work better as well). If you're capable of doing this, you could maybe use my branch referenced in PR #6 and test this as well. Best, Benjamin

balbuze commented 3 years ago

Thanks for your answer. I will give a try with Bauer ladspa plugin 😉