beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayQuantizer Op



ArrayQuantizer
Namespace: Ops.Array

Op author: simod

quantize input to nearest number in array




Inputs

Value (Number)

input number

Constraints Array Input (Array)

array of numbers to which the input should be quantized (so called constraints)

Outputs

Quantized Value (Number)

the quantized number

Quantization Error (Number)

the difference between the quantized and unquantized number


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

ArrayQuantizer example

Example patch for ArrayQuantizer


Patches using ArrayQuantizer

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2021-02-09 - simod
Ops.User.simod.Quantizer renamed to Ops.WebAudio.NoteQuantizer
2021-02-09 - simod
Ops.WebAudio.NoteQuantizer renamed to Ops.Array.ArrayQuantizer
2021-02-10 - cables