Main Content
info
Class: externalAudioPlugin
Get information about hosted plugin
Syntax
pluginInfo = info(hostedPlugin)
Description
pluginInfo = info(
returns a
structure containing information about the hosted plugin.hostedPlugin
)
Field | Description |
---|---|
PluginName | Display name of plugin. |
Format | Software interface. Supported formats include VST, VST 3, and AU. |
InputChannels | Number of channels passed to the processing function of the plugin. |
OutputChannels | Number of channels returned from the processing function of the plugin. |
NumParams | Total number of plugin parameters. |
PluginPath | Path specified when plugin is loaded using
loadAudioPlugin . |
VendorName | Name of the plugin creator. |
VendorVersion | Version number. Typically used to track plugin releases. |
UniqueID | Unique identifier of plugin used for recognition in certain digital audio workstation (DAW) environments. |
Version History
Introduced in R2016b