Base class for external audio plugins
externalAudioPlugin
is the base class for hosted
audio 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.
dispParameter | Display information of single or multiple parameters |
getParameter | Get normalized value and information about parameter |
info | Get information about hosted plugin |
process | Process audio stream |
setParameter | Set normalized parameter value of hosted plugin |
getSampleRate | Get sample rate at which the plugin is run |
setSampleRate | Set sample rate at which the plugin is run |
Handle. To learn how handle classes affect copy operations, see Object Behavior (MATLAB) in the MATLAB® documentation.