简体   繁体   中英

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

The following repository contains a.juce file along with c++ source file. The operating system I am currently working on is 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. 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). How do I build the source files here to create a.vst3 plugin file?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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