PureData CEAMMC library web documentation
available since version: 0.1
There are two modes of normalization: 1. by sum - multiply all elements to such number to get total sum = 1.0 2. by value range - maps all values to range 0..1 lineary
@by
Get/set normalization mode
type: symbol
enum: sum, range
default: sum
@sum
Get/set alias to @by sum
type: alias
@range
Get/set alias to @by range
type: alias
Authors: Serge Poltavsky
License: GPL3 or later