normalizeAudioPluginParameter
R2026bSyntax
Description
returns the normalized value for a parameter with a linear, logarithmic, or integer
mapping.normValue = normalizeAudioPluginParameter(paramValue,mapMethod,minValue,maxValue)
returns the normalized value for a parameter with a power mapping.normValue = normalizeAudioPluginParameter(paramValue,"pow",exponent,minValue,maxValue)
returns the normalized value for a parameter with an enumeration mapping.normValue = normalizeAudioPluginParameter(paramValue,"enum",enumList)
returns the normalized value for a parameter using the mapping from an existing plugin
parameter object.normValue = normalizeAudioPluginParameter(paramValue,audioParam)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026b
See Also
audioPluginParameter | loadAudioPlugin | parameterTuner | setParameter