PureData CEAMMC library web documentation
доступно с версии: 0.8
Recomposes a plane wave decomposition into circular harmonics. There's three modes, fixe (default), fisheye and free.
ORDER
the order of decomposition.
тип: int
N
number of channels. '0' means auto-calculation.
тип: int
MODE
recomposition mode. There is three modes: fixe - simply recomposes a plane
wave decomposition into circular harmonics. fisheye - allows you to perform
an operation similar to the visual "fisheye" effect by distorsion of the sound
field perspective to the front of the scene. free - allows you to change the
angles and the widening value for each channels.
тип: symbol
@order (initonly)
Запросить/установить the order of decomposition
тип: int
диапазон: 1..63
по умолчанию: 1
@n (initonly)
Запросить/установить number of channels (planewaves). '0' means auto-calculation.
тип: int
диапазон: 0..128
по умолчанию: 0
@mode (initonly)
Запросить/установить recomposition mode. There is three modes: fixe - simply recomposes a plane
wave decomposition into circular harmonics. fisheye - allows you to perform
an operation similar to the visual "fisheye" effect by distorsion of the sound
field perspective to the front of the scene. free - allows you to change the
angles and the widening value for each channels.
тип: symbol
варианты: fixe, fisheye, free
по умолчанию: free
@fixe (initonly)
Запросить/установить alias for @mode fixe
тип: alias
@fisheye (initonly)
Запросить/установить alias for @mode fisheye
тип: alias
@free (initonly)
Запросить/установить alias for @mode free
тип: alias
@ramp
Запросить/установить ramp time
тип: float
минимальное значение: 0
по умолчанию: 100
Смотрите также: [hoa.2d.projector~]
Авторы: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
Лицензия: GPL3 or later