diff --git a/content/en/plugins/zlequalizer/_index.md b/content/en/plugins/zlequalizer/_index.md index 9fce42d..3433b9d 100644 --- a/content/en/plugins/zlequalizer/_index.md +++ b/content/en/plugins/zlequalizer/_index.md @@ -22,13 +22,17 @@ ZL Equalizer is a minimum-phase equalizer plugin with the following key features Visit [this link](https://github.com/ZL-Audio/ZLEqualizer/releases) and download the installer which matches your OS: -- If the file has a `.dmg` extension, it is for macOS. -- If the file has a `.exe` extension, it is for Windows. -- If the file has a `.zip` extension, it is for Linux. On Linux, you have to move the `*.vst3` file manually to the correct folder, e.g., `~/.vst3`. +- If the file has a `.dmg` extension, it is for macOS (in VST3 & AU). +- If the file has a `.exe` extension, it is for Windows (in VST3). +- If the file has a `.zip` extension, it is for Linux (in VST3). On Linux, you have to move the `*.vst3` file manually to the correct folder, e.g., `~/.vst3`. Please note that all installers **have not been notarized**. You should decide whether to trust the installers from the provided link. Alternatively, you can build the plugin from the project source code. -> Warning: On Windows, the plugin is built with JUCE Direct2D Preview branch. +> On macOS, the plugin requires Metal support. +> +> On Windows, the plugin requires Direct2D support. +> +> On Linux, the plugin **DOES NOT HAVE** hardware acceleration, which may lead to UI freezing. ZL Equalizer is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). diff --git a/content/zh-cn/plugins/zlequalizer/_index.md b/content/zh-cn/plugins/zlequalizer/_index.md index 23d1224..1940233 100644 --- a/content/zh-cn/plugins/zlequalizer/_index.md +++ b/content/zh-cn/plugins/zlequalizer/_index.md @@ -22,13 +22,17 @@ ZL Equalizer 是一款最小相位均衡器插件,其主要特性有: ## 安装 前往[此链接](https://github.com/ZL-Audio/ZLEqualizer/releases)下载对应您操作系统的安装器: -- 后缀名为`.dmg`:macOS 系统安装器 -- 后缀名为`.exe`:Windows 系统安装器 -- 后缀名为`.zip`:Linux 系统安装器。请注意,在 Linux 上您需要自行将 `*.vst3` 文件移动到正确的文件夹,例如`~/.vst3`。 +- 后缀名为`.dmg`:macOS 系统安装器(包含 VST3 和 AU) +- 后缀名为`.exe`:Windows 系统安装器(包含 VST3) +- 后缀名为`.zip`:Linux 系统安装器(包含 VST3)。请注意,在 Linux 上您需要自行将 `*.vst3` 文件移动到正确的文件夹,例如`~/.vst3`。 请注意,所有的安装器均未经过公证,您需要自行选择是否信任上述链接中的安装器。当然,您也可以通过项目源码自行构建该插件。 -> 警告:在 Windows 系统上该插件基于 JUCE Direct2D 分支进行构建,该分支目前处于测试阶段 +> 在 macOS 系统上,该插件需要 Metal 支持。 +> +> 在 Windows 系统上,该插件需要 Direct2D 支持。 +> +> 在 Linux 系统上,该插件**无法提供**硬件加速渲染,可能导致用户界面冻结。 ZL Equalizer 按照 [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) 进行许可。