muellmusik / EQui

SuperCollider quark for a 5 band parametric EQ Gui
5 stars 2 forks source link

Extend feature set (added LPF, HPF and Bypass mechanism) #4

Open thgrund opened 2 months ago

thgrund commented 2 months ago

I am wondering if you are interested in my changes I made in my fork. I added the possibility to disable the individual filter. With this changes I added the feature to use a graphical low pass and high pass filter. Because there is no real "neutral" setting, I introduced this "bypass" mechanism. I just thought to ask you to know whether you are interested in general to extend this project, before I created a pull request.

Here is my fork: https://github.com/thgrund/EQui

In case you are curious about it, I used your EQui project for my SuperDirtMixer project: https://github.com/thgrund/SuperDirtMixer/tree/mrreason-setup

muellmusik commented 2 months ago

Ah thanks, that all sounds good! I’ll take a look, but feel free to make a PR if you like.On 22 Aug 2024, at 22:36, Thomas Grund @.***> wrote: I am wondering if you are interested in my changes I made in my fork. I added the possibility to disable the individual filter. With this changes I added the feature to use a graphical low pass and high pass filter. Because there is no real "neutral" setting, I introduced this "bypass" mechanism. I just thought to ask you to know whether you are interested in general to extend this project, before I created a pull request. Here is my fork: https://github.com/thgrund/EQui In case you are curious about it, I used your EQui project for my SuperDirtMixer project: https://github.com/thgrund/SuperDirtMixer/tree/mrreason-setup

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

thgrund commented 2 months ago

Glad to hear that! This project was really helpful for me so I can at least give something back with my extensions. I updated the helpfiles and created a pull request: https://github.com/muellmusik/EQui/pull/5