How to visualize the GUI of VST Plugin?
Show older comments
I'm loading a VST3 64 bits called (VOXENGO SPAN) into MATLAB following the example:
MATLAB Example: https://www.mathworks.com/help/audio/ref/loadaudioplugin.html
After loaded, I got this:
hostedSourcePlugin =
VST3 plugin 'SPAN' 2 in, 2 out
Meterin: 'dBFS'
Bypass: 'Off'
Program: 'Default'
Now, I want to see the graphical interface of this VST (GUI) like when I use it in a Digital Audio Workstation (DAW): Pro Tools, Logic, etc...
Finally, I would like to load a audio file and pass through this plugin and listen the processed audio.
Any help?
Accepted Answer
More Answers (0)
Categories
Find more on Simulation, Tuning, and Visualization in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!