如何使用命令行编译VST 3或音频单元? [英] How can you compile VST 3 or Audio Units with the command line?

查看:111
本文介绍了如何使用命令行编译VST 3或音频单元?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个音频插件,作为Audio Unit或VST3.但是,在两个框架下编译插件似乎是一个非常繁重的过程,仅提供XCode或Visual Studio项目文件作为示例.有没有使用Makefile或CMake脚本进行编译的准系统构建示例?

I would like to make an audio plugin, as either an Audio Unit or a VST 3. However, compiling plugins under both frameworks seems to be a very heavyweight process for which only XCode or Visual Studio project files are provided as examples. Is there an example of a barebones build that compiles using a Makefile or CMake script?

推荐答案

您始终可以查看Xcode使用的标志,并通过CMake将其提供给gcc.但是,实际的构建过程通常比构建工具和依赖关系分析器本身花费更多的时间.众所周知,特别是C ++编译器的运行速度很慢.

You can always look at the flags that Xcode uses and provide them to gcc with CMake. However, the actual build process generally takes much more time than the build tool and dependency analyzer itself. C++ compilers in particular are known to be quite slow.

这篇关于如何使用命令行编译VST 3或音频单元?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆