T("clip")
AR/KRSTEREO Limit signal amplitude
Description
T("clip") constrains input signals between two specified values.
Properties
minmax(WriteOnly Number)- Sets both a minimum and a maximum value.
min(Number)- The low threshold of clipping. Its default value is 0
max(Number)- The high threshold of clipping. Its default value is 1
Source
https://github.com/mohayonao/timbre.js/blob/master/src/objects/clip.js