Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 C# 项目中实现 WaveArts Panorama 5!我已经知道有一个VSTPluginMain()可用的功能,但现在我想了解如何更改参数以及如何创建正确的音频输出以及特定参数!
VSTPluginMain()
是否有一个特定的函数可以调用,它显示了这个插件中有什么可用的?
亲切的问候!
您最好的选择是使用VST .NET或noisevst框架。