Skip to content

feat: implement Mid-Side Equalizer effect - #5246

Merged
wwmm merged 2 commits into
wwmm:masterfrom
kairosci:feat/midside-equalizer
Aug 21, 2026
Merged

feat: implement Mid-Side Equalizer effect#5246
wwmm merged 2 commits into
wwmm:masterfrom
kairosci:feat/midside-equalizer

Conversation

@kairosci

@kairosci kairosci commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Adds a Mid-Side Equalizer plugin enabling independent parametric equalization of the mid and side audio channels. The implementation includes a QML interface, preset management, APO import support, and full database integration with automatic plugin registration and icon handling. This expands the available processing options for advanced audio manipulation and stereo imaging control. Closes #5234.

@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown

@kairosci
kairosci force-pushed the feat/midside-equalizer branch 2 times, most recently from b4b35ce to ec827b7 Compare August 21, 2026 05:49
@wwmm

wwmm commented Aug 21, 2026

Copy link
Copy Markdown
Owner

I did some tests and it seems fine. The only thing that seems wrong is the Link Mid/Side button. When I enable it it actually disables the link between mid and side in the plugin native window. The boolean binding in this button needs to be inverted. But that is something I can do after the merge.

@wwmm
wwmm merged commit 84adae3 into wwmm:master Aug 21, 2026
13 of 14 checks passed
@wwmm

wwmm commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Or maybe just changing the label is enough

@wwmm

wwmm commented Aug 21, 2026

Copy link
Copy Markdown
Owner

I changed the label to Split mid/side. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MidSide Equalizer

2 participants