generateAudioPlugin
Generate audio plugin from MATLAB class
Description
generateAudioPlugin
generates a VST 2 audio plugin from a MATLAB® class specified by className
className
. See Supported
Compilers for a list of compilers supported by
generateAudioPlugin
.
generateAudioPlugin
with no input arguments opens a user
interface (UI) to generate and validate an audio plugin. The UI provides
functionality equivalent to the command-line interfaces of
generateAudioPlugin
, audioPluginConfig
, and validateAudioPlugin
.
The Audio plugin class name corresponds to the
className
input argument.The Validation options section corresponds to the
options
argument ofvalidateAudioPlugin
.The Generation options section corresponds to the
options
argument ofgenerateAudioPlugin
.The Coder configuration section corresponds to the Properties of
audioPluginConfig
.
Examples
Input Arguments
Limitations
Build problems can occur when using folder names with spaces. For more information, see Build Process Support for File and Folder Names (Simulink Coder) and Why is the build process failing with error code: "NMAKE: fatal error U1073: don't know how to make 'C:\Program'"?.