快速解答
在 Windows 上安装 VST3 插件:运行安装程序,文件会放入 C:\Program Files\Common Files\VST3。然后打开 DAW 的插件管理器并重新扫描。在 macOS 上,标准目标文件夹是 /Library/Audio/Plug-Ins/VST3/。Logic Pro 仅使用 AU 格式——安装到 /Library/Audio/Plug-Ins/Components/。
插件格式:VST3、VST2、AU 和 CLAP
在安装插件之前,了解不同的插件格式很重要。每种格式有特定的兼容性和用途。
VST3 是目前的标准格式,由 Steinberg 开发。几乎所有现代 DAW 都支持 VST3,它是 Windows 和 Mac 上的首选格式。VST3 插件以 .vst3 扩展名结尾。
VST2 是旧版格式,仍被许多插件和 DAW 支持。它正在被 VST3 取代,但仍广泛使用。VST2 插件以 .dll(Windows)或 .vst(Mac)扩展名结尾。
AU (Audio Units) 是 Apple 的专有格式,仅在 macOS 上可用。Logic Pro、GarageBand 和其他 Mac DAW 优先使用 AU 格式。AU 插件以 .component 扩展名结尾。
CLAP 是 2022 年推出的新格式,旨在提供比 VST 更好的性能和功能。支持正在增长,但目前仅被部分 DAW 支持。
Windows 安装步骤
- 下载插件安装程序
从开发者网站或授权经销商下载插件。大多数插件提供 .exe 安装程序。确保下载与你的 DAW 兼容的版本(VST3 或 VST2)。 - 运行安装程序
双击 .exe 文件运行安装程序。大多数安装程序会自动检测你的 DAW 并安装到正确的文件夹。 - 选择安装位置
默认位置通常是 C:\Program Files\Common Files\VST3(VST3)或 C:\Program Files\VSTPlugins(VST2)。除非有特殊原因,否则使用默认位置。 - 完成安装
按照安装程序的指示完成安装。有些插件需要重启 DAW 才能被识别。 - 在 DAW 中扫描插件
打开你的 DAW,进入插件管理器或偏好设置,运行插件扫描。大多数 DAW 会自动扫描默认文件夹。
Mac 安装步骤
- 下载插件
从开发者网站下载插件。Mac 版本通常提供 .dmg 或 .pkg 文件。确保下载与你的处理器架构兼容的版本(Intel 或 Apple Silicon)。 - 安装插件
对于 .dmg 文件:双击打开,将插件拖到 Applications 文件夹或插件文件夹。对于 .pkg 文件:双击运行安装程序,按照指示操作。 - 验证安装位置
VST3 插件应安装在 /Library/Audio/Plug-Ins/VST3/。AU 插件在 /Library/Audio/Plug-Ins/Components/。VST2 在 /Library/Audio/Plug-Ins/VST/。 - 处理 Gatekeeper 警告
如果 macOS 的 Gatekeeper 阻止插件,前往系统偏好设置 > 隐私与安全,点击 "仍要打开"。这是正常的安全措施。 - 在 DAW 中扫描
打开你的 DAW,运行插件扫描。Logic Pro 用户需要在 Logic Pro > 设置 > 音频单元管理器中启用新插件。
常见安装问题和解决方案
- 插件不出现在 DAW 中 检查插件是否安装在 DAW 扫描的文件夹中。在 DAW 的插件管理器中手动添加文件夹路径。重启 DAW 后再次扫描。
- DAW 不识别旧版 VST2 插件 一些现代 DAW 正在逐步淘汰 VST2 支持。检查你的 DAW 是否仍支持 VST2,或联系开发者获取 VST3 版本。
- Mac 上的 Gatekeeper 阻止 这是正常的安全措施。前往系统偏好设置 > 隐私与安全,点击 "仍要打开" 允许插件运行。
- 32 位和 64 位不兼容 大多数现代 DAW 仅支持 64 位插件。如果你有旧的 32 位插件,它们可能无法在新 DAW 中使用。检查插件的系统要求。
- 许可证/激活问题 一些插件需要在线激活或使用 iLok。确保你有有效的许可证并按照开发者的激活说明操作。
插件管理最佳实践
- 使用标准文件夹 始终将插件安装在 DAW 期望的标准文件夹中。自定义路径可能导致扫描问题。
- 定期更新 保持插件更新以获得错误修复、新功能和安全补丁。但更新前备份你的项目,以防新版本引入兼容性问题。
- 整理你的库 使用插件管理工具或 DAW 的收藏功能组织你最常用的插件。这加快了工作流并减少了搜索时间。
- 卸载不用的插件 删除不再使用的插件可以减少 DAW 启动时间和扫描时间。大多数插件提供卸载程序或可以从控制面板中删除。
Browse hundreds of free VST plugins and download them directly via the Plugg Supply Telegram bot.
浏览免费下载Learning path
Related answer hubs
常见问题
- Where does a VST3 plugin install on Windows?
- The standard location is <code>C:\Program Files\Common Files\VST3\</code>.<sup><a href="https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Locations+Format/Plugin+Locations.html" target="_blank" rel="noopener">[3]</a></sup> If the installer ran without administrator rights, it may instead install to <code>%LOCALAPPDATA%\Programs\Common\VST3\</code>. Both paths are scanned by compliant DAWs.
- Where does a VST3 plugin install on macOS?
- System-wide installs go to <code>/Library/Audio/Plug-Ins/VST3/</code>. Per-user installs go to <code>~/Library/Audio/Plug-Ins/VST3/</code> (inside your home folder's Library). The Steinberg specification defines both as valid scan paths.<sup><a href="https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Locations+Format/Plugin+Locations.html" target="_blank" rel="noopener">[3]</a></sup>
- Can you install VST3 plugins in Logic Pro?
- No. Logic Pro only supports AU (Audio Unit) plugins. VST3 files are invisible to Logic regardless of where they are installed. When downloading a plugin for Logic, always choose the AU version, which installs to <code>/Library/Audio/Plug-Ins/Components/</code>.<sup><a href="https://support.apple.com/guide/logicpro/use-the-plug-in-manager-lgcp9e26ef17/mac" target="_blank" rel="noopener">[5]</a></sup>
- Why is my plugin not showing up in Ableton Live after installing?
- The most common causes: (1) <strong>Use VST3 Plug-in System Folder</strong> is not enabled in Ableton's Plug-ins preferences<sup><a href="https://help.ableton.com/hc/en-us/articles/209071729-Using-VST-plug-ins-on-Windows" target="_blank" rel="noopener">[2]</a></sup>, (2) the plugin was installed to a custom folder not listed in Ableton, or (3) Ableton blocklisted the plugin after a crash — hold Alt/Option while clicking Rescan to clear the blocklist.
- How do I add a VST plugin folder in FL Studio?
- Go to <strong>Options → Manage Plugins</strong>, click the folder+ icon under Plugin search paths, choose your directory, enable <strong>Verify Plugins</strong>, and click <strong>Find more plugins</strong>. FL Studio will scan and categorize what it finds.<sup><a href="https://www.image-line.com/fl-studio-learning/fl-studio-online-manual/html/basics_externalplugins.htm" target="_blank" rel="noopener">[6]</a></sup>
- What is the difference between VST2 and VST3?
- VST3 is the current standard. It installs to a fixed, known path that all DAWs scan automatically, supports resizable interfaces, uses less CPU during silence, and handles MIDI better. VST2 is a legacy format — Steinberg stopped issuing new VST2 licenses in October 2018.<sup><a href="https://www.gearnews.com/steinberg-discontinues-support-for-vst2-plug-ins/" target="_blank" rel="noopener">[1]</a></sup> When a plugin offers both, always install VST3.
- Do I need to reinstall plugins after updating my DAW?
- Usually not — plugins live in the file system independently of the DAW. After a major DAW update (especially a version jump like Ableton Live 11 → 12), you may need to trigger a new plugin scan in your preferences, since the DAW's internal plugin database is rebuilt. The plugin files themselves do not need to be reinstalled.