Is it possible to change the audioplugin class VST GUI?
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I have been developing a VST using the AudioPlugin Class on the Audio Systems Toolbox. However is there some way to modify the VST GUI once it has been generated?
Alternatively, is it possible to generate the C-code, without having to copy and paste each function into a separate coder object.
Thanks
0 个评论
回答(3 个)
Gabriele Bunkheila
2018-5-8
Hi David,
As of today, Audio System Toolbox doesn't offer an assisted path to customizing the UI of generated plugins.
You can indeed generate source C/C++ code to integrate into your own plugin project (typically in a development environment like JUCE). That workflow requires MATLAB Coder, plus some manual code-wrapping both in MATLAB and on the C++ side. It's not a workflow that Audio System Toolbox currently supports out of the box, but we are keen to hear from interested users - If this is important to you, please do get in touch with me directly through my profile and I'll try my best to help.
Thanks,
Gabriele.
0 个评论
Charlie DeVane
2019-5-15
As of release R2019a, generateAudioPlugin has a new switch -juceproject that will produce C/C++ source code for the plugin along with a JUCE project file. Within the JUCE workflow, you can customize the UI in C++, build the plugin for any target supported by JUCE, etc. The -juceproject switch requires a MATLAB Coder license.
hope this helps,
Charlie
0 个评论
Charlie DeVane
2019-10-9
With the release of R2019b you can now customize the generated plugin's UI, including the position and appearance of controls, and the background image/color. See this tutorial for an introduction: https://www.mathworks.com/help/audio/ug/plugin-gui-design.html. The example plugins have also been updated to use this new feature.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio Plugin Creation and Hosting 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!