mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.43k stars 1.27k forks source link

5 band parametric EQ #7568

Closed mixxxbot closed 2 years ago

mixxxbot commented 2 years ago

Reported by: daschuer Date: 2014-09-03T06:36:25Z Status: Won't Fix Importance: Wishlist Launchpad Issue: lp1364779 Tags: effects


There is a request and a plan for a 5 band parametric EQ at the forum: http://www.mixxx.org/forums/viewtopic.php?f=1&t=6548

mixxxbot commented 2 years ago

Commented by: daschuer Date: 2015-04-22T09:41:35Z


Hi Andrei, thank you for picking this up. If you need some hint, just ask.

mixxxbot commented 2 years ago

Commented by: andysstef Date: 2015-04-23T08:51:15Z


Hi,

I am glad it is an important feature. I struggled with [0] and couldn't find myself a solution as the color had to be stored in the style.qss. I asked a question on stackoverflow [1] and I so I found out some new things to try. The worst idea would be to parse manually the color located in style.qss and store it as a member variable in the model for the tableview. However I will try some ideas from stackoverflow first. I also tried to implement the Reverb effect so I implemented a simple Comb filter but saw that it produces some unwanted sound. I then found out on that there is an All Pass Filter that I could use. But I wante So I asked Nicu Badescu, who is my mentor during CDL, about EQs and he said that he had done some during the summer and that he could also help me if I got stuck.

[0] - https://bugs.launchpad.net/mixxx/+bug/790726
On Mi, apr 22, 2015 at 12:41 , Daniel Schürmann 
<email address hidden> wrote:
> Hi Andrei,
> thank you for picking this up.
> If you need some hint, just ask.
> 
> --
> You received this bug notification because you are a bug assignee.
> https://bugs.launchpad.net/bugs/1364779
> 
> Title:
>   5 band parametric EQ
> 
> Status in Mixxx:
>   Confirmed
> 
> Bug description:
>   There is a request and a plan for a 5 band parametric EQ at the 
> forum:
>   http://www.mixxx.org/forums/viewtopic.php?f=1&t=6548
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mixxx/+bug/1364779/+subscriptions
mixxxbot commented 2 years ago

Commented by: andysstef Date: 2015-04-23T08:58:00Z


Sorry for breaking the mail into two parts but I accidentally pressed sent while typing. So I was working on the reverb effect and found out about the All Pass Filter but I became skeptic about my ability to implement it. So I asked Nicu about the EQs.

Thank you very much for offering to help me! I will certainly need some hints because I am a begginer in Digital Sound Processing(I picked Mixxx as a project for CDL especially to learn Digital Sound Processing and I can say that I learned a bit). I will start working on saturday on the EQ and I will ask you the things I don't understand.

Thank you again and have a nice day, Andrei Stefanescu

 On Thursday, April 23, 2015 11:51 AM, AndreiRO <email address hidden> wrote:

Hi, I am glad it is an important feature. I struggled with [0] and couldn't find myself a solution as the color had to be stored in the style.qss. I asked a question on stackoverflow [1] and I so I found out some new things to try. The worst idea would be to parse manually the color located in style.qss and store it as a member variable in the model for the tableview. However I will try some ideas from stackoverflow first. I also tried to implement the Reverb effect so I implemented a simple Comb filter but saw that it produces some unwanted sound. I then found out on that there is an All Pass Filter that I could use. But I wante So I asked Nicu Badescu, who is my mentor during CDL, about EQs and he said that he had done some during the summer and that he could also help me if I got stuck.

[0] - https://bugs.launchpad.net/mixxx/+bug/790726
On Mi, apr 22, 2015 at 12:41 , Daniel Schürmann <email address hidden> wrote:

Hi Andrei, thank you for picking this up. If you need some hint, just ask.-- You received this bug notification because you are a bug assignee.https://bugs.launchpad.net/bugs/1364779Title: 5 band parametric EQStatus in Mixxx: ConfirmedBug description: There is a request and a plan for a 5 band parametric EQ at the forum: http://www.mixxx.org/forums/viewtopic.php?f=1&t=6548To manage notifications about this bug go to:https://bugs.launchpad.net/mixxx/+bug/1364779/+subscriptions

mixxxbot commented 2 years ago

Commented by: Be-ing Date: 2017-11-11T18:13:50Z


A 5 band parametric EQ would require way too many knobs to fit on screen. A 2 band parametric EQ is in progress here: https://github.com/mixxxdj/mixxx/pull/1310

mixxxbot commented 2 years ago

Issue closed with status Won't Fix.