简体   繁体   English

如何将 build.juce 文件转换为 vst3 插件

[英]How do I convert/ build .juce file to vst3 plugin

The following repository contains a.juce file along with c++ source file.以下存储库包含一个 .juce 文件以及 c++ 源文件。 The operating system I am currently working on is Ubuntu.我目前正在使用的操作系统是 Ubuntu。 I want to be able to build this file into a.vst3 file so that it can be added as a plugin in any DAW which has that capability.我希望能够将此文件构建为 .vst3 文件,以便可以将其作为插件添加到任何具有该功能的 DAW 中。 When I open the.juce file in Projucer, it only lists Visual Studio 2017 as an exporter option, with no option to add exporters (usually for Linux, the options are Code::Blocks and Makefile).当我在 Projucer 中打开 .juce 文件时,它只将 Visual Studio 2017 列为导出器选项,没有添加导出器的选项(通常为 Linux,选项为 Code::Blocks 和 Makefile)。 How do I build the source files here to create a.vst3 plugin file?如何在此处构建源文件以创建 .vst3 插件文件?

In the projucer application, if you click on the plus icon in the bottom left, you will get a menu with which you can specify which exporter configuration you want to add to the project.在 projucer 应用程序中,如果单击左下角的加号图标,您将获得一个菜单,您可以使用该菜单指定要添加到项目中的导出器配置。

Ubuntu中提到的菜单的屏幕截图

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM