-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
144 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: ZL Equalizer | ||
weight: 1 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Installation | ||
description: | ||
weight: 1 | ||
--- | ||
|
||
Nominations for KVR Audio Readers' Choice Awards 2024 are currently open! If you like this plugin, please nominate/vote it at the [voting page](http://www.kvraudio.com/readers-choice-awards/2024/?utm_source=kvr_all_kvr_admins_mailing&utm_medium=email&utm_campaign=2024-09-30-ad-8124&utm_content=voting%20page). Thank you so much. | ||
|
||
## Installation | ||
|
||
Visit [this link](https://github.com/ZL-Audio/ZLEqualizer/releases/latest) and download the installer that matches your OS: | ||
|
||
- If the file has a `.dmg` extension, it is for macOS (in `VST3`, `AU` & `AAX`). | ||
- If the file has a `.exe` extension, it is for Windows (in `VST3`, `LV2` & `AAX`). | ||
- If the file has a `.zip` extension, it is for Linux (in `VST3` & `LV2`). | ||
|
||
For more information, please refer to the [Plugin Installation](../help/plugin_installation) page. | ||
|
||
ZL Equalizer is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). | ||
|
||
GPLv3 Section 9 *Acceptance Not Required for Having Copies*: | ||
|
||
**You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.** | ||
|
||
<img src="/images/vst3.png" style="width: 120pt; max-width: 100%; height: auto"/> | ||
|
||
VST® is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries. | ||
|
||
## Changelog | ||
|
||
### 0.4.0 | ||
|
||
- 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 DSP & GUI stability | ||
- improve DSP & GUI performance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Postscript | ||
description: | ||
weight: 3 | ||
--- | ||
|
||
## Acknowledgment | ||
|
||
Thank [JUCE](https://github.com/juce-framework/JUCE) framework and [JUCE Forum](https://forum.juce.com/). | ||
|
||
Thank Martin Vicanek and Nigel Redmon for sharing the filter parameter calculation method and filter cascade method. | ||
|
||
Thank all plugin users for their support, feedback, and suggestions. | ||
|
||
This plugin is inspired by other equalizer plugins, such as: | ||
|
||
- [FabFilter Pro-Q 3](https://www.fabfilter.com/products/pro-q-3-equalizer-plug-in) | ||
- [Three-Body Technology Kirchhoff-EQ](https://www.threebodytech.com/en/products/kirchhoffeq) | ||
- [TDR Nova](https://www.tokyodawn.net/tdr-nova/) | ||
|
||
## Feedback | ||
|
||
If you have general suggestions or questions, you can open a discussion [here](https://github.com/ZL-Audio/ZLEqualizer/discussions). | ||
|
||
If you have specific bug reports or feature requests, you can open an issue [here](https://github.com/ZL-Audio/ZLEqualizer/issues). | ||
|
||
## Disclaimer | ||
|
||
This disclaimer comes from section 15 and section 16 of [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html). | ||
|
||
**THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.** | ||
|
||
**IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters