PureData CEAMMC library web documentation
aliases: [hoa.exchanger~]
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..63
default: 1
@num
Get/set numbering scheme
type: symbol
enum: ACN, fromFurseMalham, fromSID, toFurseMalham, toSID
default: ACN
@norm
Get/set normalization
type: symbol
enum: SN2D, fromMaxN, toMaxN
default: SN2D
@toB
Get/set alias to @num toFurseMalham and @norm toMaxN
type: alias
@fromB
Get/set alias to @num fromFurseMalham and @norm fromMaxN
type: alias
See also: [hoa.3d.exchanger~]
Authors: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
License: GPL3 or later