createAudioPluginClass
Create audio plugin class that implements functionality of System object
Description
createAudioPluginClass(
creates a
System object™ plugin that implements the functionality of the Audio Toolbox™
System object, obj
)obj
. The name of the created class is the
System object variable name, obj
, followed by
'Plugin'
, for example, objPlugin
.
If the object is locked, the number of input and output channels of the plugin is equal to the number of channels of the object. Otherwise, the number of channels is equal to 2.
createAudioPluginClass(
specifies the name of your created System object plugin class.obj
,pluginName
)
Example: createAudioPluginClass(obj,'coolEffect')
creates a
System object plugin with class name 'coolEffect'
.
Examples
Input Arguments
Version History
Introduced in R2016a
See Also
Objects
compressor
|audioOscillator
|crossoverFilter
|expander
|graphicEQ
|limiter
|multibandParametricEQ
|noiseGate
|octaveFilter
|reverberator
|wavetableSynthesizer
|weightingFilter