Class: externalAudioPlugin
Get information about hosted plugin
pluginInfo = info(hostedPlugin)
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, VST3, 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. |