PureData CEAMMC library web documentation
available since version: 0.9.7
The library default normalization is SN3D and the numbering is ACN (cf tutorials). The exchangers will always convert from or to the standard.
ORDER
the order of decomposition
type: int
NUM
numbering scheme
type: symbol
NORM
normalization
type: symbol
@order (initonly)
Get/set the order of decomposition
type: int
range: 1..10
default: 1
@num
Get/set numbering scheme
type: symbol
enum: ACN, fromFurseMalham, fromSID, toFurseMalham, toSID
default: ACN
@norm
Get/set normalization
type: symbol
enum: SN3D, fromMaxN, fromN3D, toMaxN, toN3D
default: SN3D
@toB
Get/set alias to @num toFurseMalham and @norm toMaxN
type: alias
@toDaniel
Get/set alias to @num toSID and @norm toN3D
type: alias
@fromB
Get/set alias to @num fromFurseMalham and @norm fromMaxN
type: alias
@fromDaniel
Get/set alias to @num fromSID and @norm fromN3D
type: alias
See also: [hoa.2d.exchanger~]
Authors: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
License: GPL3 or later