externalAudioPluginSource Class
Base class for external audio source plugins
Description
externalAudioPluginSource
is the base class for hosted
audio source plugins. When you load an external plugin using loadAudioPlugin
, an object of that plugin is created having externalAudioPlugin
or externalAudioPluginSource
as a base class. The externalAudioPluginSource
class is used when the external audio plugin is a
source plugin.
For a tutorial on hosting audio plugins, see Host External Audio Plugins.
The externalAudioPluginSource
class is a handle
class.
Methods
Examples
Limitations
Saving an external plugin as a MAT-file and then loading it preserves the external settings and parameters of the plugin but does not preserve its internal state or memory. Do not save and load your plugins when you are processing audio.
Version History
Introduced in R2016b