Modulation Sources
Param
Control parameters with unit conversion
This module is used to control audio parameters from UI. It provides a way to convert values from different units, and aggregate multiple sources.
Parameters
scale: scale conversioninput: the input valuemin: the minimum valuemax: the maximum valueoffset: optional offset
The acceptes values for type are:
- 0
ParamScaleType.Bypass - 1
ParamScaleType.DbToGain - 2
ParamScaleType.GainToDb - 3
ParamScaleType.Linear: From [0,1] to [min,max]
Other different values will be ignored and bypass will be used.