安装 amsynth LV2 以与 Ardour 5 配合使用

安装 amsynth LV2 以与 Ardour 5 配合使用

尝试安装 amsynth 合成器的 LV2 插件。我想直接在 Ardour 5 中使用它。

但是,仅通过标准存储库进行安装并没有帮助。

sudo apt-get install amsynth

该插件未在 /usr/lib/lv2 下列出...而 calf 插件在那里并正在运行。

我是否需要添加 kxstudio 存储库或手动添加目录?我已经尝试了几个小时。谢谢!


请注意: - Ubuntu 18.04.3 LTS - Ardour5.12.0(使用 1:5.12.0-3 和 GCC 版本 7.3.0 构建)

答案1

好的,这就是我如何安装和激活 amsynth 作为 LV2 以与 Ardour 5 一起使用(在amd64架构上):

步骤 1:安装合成通过存储库

sudo apt-get install amsynth

第 2 步:复制合成插件到 Ardour 5 实际扫描的目录例如(参见旁注):

sudo cp -r /usr/lib/x86_64-linux-gnu/lv2/amsynth.lv2/ /usr/lib/lv2/

步骤 3:添加/拖动合成通过 Ardours 的插件管理器进入你的 midi 通道

在 Ardour 5 中将 amsynth 添加到 midi lane

祝您创作愉快!


旁注:

扫描插件的目录:~/.lv2:/usr/local/lib/lv2:/usr/local/lib64/lv2:/usr/lib/lv2:/usr/lib64/lv2(来源:Paul Davidhttps://discourse.ardour.org/t/calf-plugins-cannot-be-loaded/90426/9

合成也作为独立应用程序安装。它可以独立于 Ardour 或 Jack 启动。在那里您可以找到随机设置等功能。

相关内容