# 使用 VST

## VST 乐器

如果您下载了一个 VST 乐器，一般会包含一个后缀名为 **.dll** 的 VST 文件，您可以使用 VeSTige 加载这个 DLL。如果您下载的乐器是一个 .exe 文件，那这可能是一个安装器，接着您需要获取到这个乐器的 DLL 文件后才能载入这个乐器。

有两种方式使用您的 VST 乐器：

* 从侧边栏直接拖进去（将侧边栏中的 **.dll** 文件拖进编辑器，右键它可以看到更多操作）。
* 从 VeSTige 载入（把 VeSTige 拖进编辑器，然后打开它的乐器窗口，点击绿色的文件夹图标）。

{% hint style="info" %}
It is recommended that you use a su&#x62;*-*&#x66;older structure for various VSTs. This is especially important for VSTs that have their own banks and/or multiple files they require to run.

我们建议您专门建一个文件夹来放 VST 乐器，尤其是您已经有很多自己的 VST 的时候。
{% endhint %}

<figure><img src="/files/2N37ZSlBwKYc9IlEpWXD" alt=""><figcaption><p>Synth1 LMMS 的旋钮阵列</p></figcaption></figure>

LMMS 支持保存和载入 VST 预设，做法如下：

1. 命名您的乐器轨道。
2. 进入对应的 VeSTige 乐器窗口，点击上方的保存按钮。

载入保存的 VST 预设也很简单：

1. 右键侧边栏中已有的 VST 预设，然后选择 发送到新的/活动的乐器轨道（Send to New/Active Instrument Track）。
2. 或者，直接拖进编辑器。

## VST 效果

<figure><img src="/files/XLC7hBNFeCVSgmMElDWW" alt=""><figcaption><p>目录设置</p></figcaption></figure>

这些乐器和 VST 不同，它们是无法被载入到 VeSTige 的。您必须将“VST-PLUGIN DIRECTORY”（VST 插件目录）指向您放 **.dll** 的文件夹。如果您的 VST DLL 放在了不同的文件夹里，可以使用 [符号链接](https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/)（symlinking） 把它们都连接到同一个文件夹上。

如果您安装了 VST 效果，并将它们放在 LMMS 的 VST 目录里，重启 LMMS，您应该能在效果器选择窗口找到它们。

## 自动化

在 VeSTige 打开的 VST 乐器，它其中的参数是可以被自动化的。在 VeSTige 乐器窗口单击绿色文件夹图标下的扳手图标，您将唤出一个窗口，里面列出了 VST 可以被自动化的参数。由此您就可以像 LMMS 正常的控件那样自动化这些参数控件（通过 <kbd>Ctrl+左键拖拽</kbd> 将控件拖到自动化轨道上即可）。

当 VST 效果被添加到效果器链后，单击“控制”（Control）按钮打开效果器窗口，然后点击效果器窗口顶部的扳手图标，您就会看到一个和上文 VST 乐器一样的可自动化参数窗口。

## Linux 上的 VST

{% hint style="info" %}
这一部分适用于在 Windows 构建的 VST，而这些 VST 在 Linux 上通过 Wine 来使用。
{% endhint %}

如果你使用 Linux，那么在安装 LMMS 的 AppImage 前，你应该先安装 Wine。首次通过 AppImage 启动 LMMS，Wine 可能会提示您安装升级——请全部接受它们。

之后，你应该进到 Edit → Settings → Misc 里，禁用 **同步 VST 插件和主机回放**（Sync VST plugins to host playback）选项，这对 Linux 是最友好的。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lmms.io/user-manual/jian-ti-zhong-wen/bian-qu/shi-yong-vst.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
