0.4.1
0.4.2 is available at here.
This release is almost identical to 0.4.0. However, I have removed some debug code that could SIGNIFICANTLY slow down the dynamic effect 😓 (I should have removed it in 0.4.0)
Cause lots of things have been added, I think it is a good chance to release a new version and postpone the EQ matching feature to 0.5.0 (or later) :) If you encounter a bug, you are encouraged to submit an issue!
BTW, nominations for KVR Audio Readers' Choice Awards 2024 are currently open! If you like this plugin, please nominate/vote it at the voting page. Thank you so much!
You can verify the integrity of the installers with artifact attestations.
After installation, please load the plugin in an empty DAW session and check its functionality.
Please read the manual: https://zl-audio.github.io/plugins/zlequalizer/
WARNING for Linux users
If you build it locally, please pull the whole commit history.
WARNING for macOS users
See #116 for more info about compatibility with macOS 12.
WARNING for Windows users
Please use the installer
ZL.Equalizer-0.4.0-Windows.exe
FIRST! The C++ runtime is now statically linked. However, you may have to install the Latest Microsoft Visual C++ Redistributable (if you are not able to open the plugin).
It is possible that your computer is not happy with the Direct2D feature from JUCE (e.g., #85). In such case, you may try
ZL.Equalizer-0.4.0-Windows-Software.exe
instead (AAX not included), which uses the software renderer. Please be aware that the software renderer is slower than the hardware renderer (w.r.t. UI).
WARNING for Pro Tool users
AAX is updated in this version.
- add parallel filter structure
- add match-phase filter structure
- add mixed-phase filter structure
- add linear-phase filter structure
- add & change shortcuts
- fine-adjust dragger with Shift
- find-adjust slider with Shift (changed from Ctrl/Command)
- add a dynamic filter with Ctrl/Command + mouse double-clicking
- turn on/off dynamic with Ctrl/Command + mouse double-clicking on the dragger
- change real curves to ideal curves
- change default FFT order to 12 to increase low-frequency details
- add phase-flip button and change the
Output
panel layout - add more freedom to the plugin window size
- improve solo and global bypass
- improve DSP & GUI stability
- improve DSP & GUI performance