LMMS / LMMS/lmms

Add Chebyshev, Inverse Chebyshev, and Elliptical Filters to Equalizer

Open
#4,582 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C++
Stars
10.4k
Forks
1.3k
Avg merge
2d 13h
Merged PRs (30d)
7

Description

I think this would be a fun addition to the current 1.2 Equalizer.
![image](https://user-images.githubusercontent.com/34612565/45256278-9fd41780-b351-11e8-80de-77378e915e97.png)
The current filter used is Butterworth. If we were to add the other ones as options, that would allow for some interesting uses, not to mention some absurdly steep filter slopes!
I've already spent... a lot of hours researching trying to figure out how to add this, but I haven't had much luck. Here's the guide that was used for the current LMMS 1.2 Equalizer: http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the current 1.2 Equalizer implementation and identify how its Butterworth filter is exposed and configured. Read the linked Audio EQ Cookbook guide and compare the requirements for Chebyshev, inverse Chebyshev, and elliptical filters. Done means the Equalizer offers these filter types as usable options with appropriate behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
audio-video-rtc
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.