Quantises a signal to a set of arbitrary values within a range.
Match Range determines the distance from the quantised value that the input can deviate before being altered. This allows small variations in input to get through unmolested. If it is set to 0 the input is quantised to the nearest exact match.
Mode is one of Extend (0), Wrap (1) or Clip (2).
Steps is the number of quantisation steps to use (up to a maximum of 100).
For example, given the following settings:
and an input that is a line from -24 to 24, the output will be:
The quantisation values should all be within the range minimum and maximum for it to work!
""" ; a lv2:Plugin .