Can you load a WAVES VST plugin with Audio Toolbox?
7 views (last 30 days)
Show older comments
I'm trying to load a VST3 plugin from WAVES using loadAudioPlugin() from MATLAB Audio Toolbox but I get the following error (in comments):
loadAudioPlugin('/Library/Audio/Plug-Ins/VST3/WaveShell1-VST3 14.17.vst3')
% Unexpected unknown exception from MEX file..
% Error in hostmexif.newplugininstance
%
% Error in loadAudioPlugin
This seems to be due to Waves using WaveShell as a software gateway to the actual VST plugin -- see https://www.waves.com/support/how-to-use-waves-plugins-when-using-custom-vst-folder
Anyone had any success loading a Waves VST3 plugin into MATLAB?
9 Comments
Jimmy Lapierre
on 10 May 2024
I have taken note of this issue. It looks like we need a way of selecting a plugin by name when there are several plugins under a unique binary.
Answers (0)
See Also
Categories
Find more on Audio Plugin Creation and Hosting in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!