PureData CEAMMC library web documentation
доступно с версии: 0.8
hoa.process~ helps the modularization of patches for ambisonic or plane waves processing. hoa.process~ is a kind of poly~ object particulary suitable for multichannel ambisonic or plane wave processing. Create a patch/effect/operator, then parallelize it with the hoa.process~ Target selector examples: #* send to all instances #: send list values spreaded amoung all instances, one value per instance #:2 send list values spreaded amoung instances with id>=2 #1 send to second instance #<2 send to instance #0 and #1 #>2 send to instances with id>2 #2-4 send to instances with id in [2, 4] range
N
the order of decomposition
тип: int
PATCH
patch name
тип: symbol
DOMAIN
process domain: harmonics or planewaves
тип: symbol
ARGS
instance arguments
тип: list
dump
dumps all object info to Pd console window.
on
switch on/off DSP instance processing. Usage: on all 0|1 - turn on/off all
instances, on IDX 0|1 - turn on/off specified instance.
open
open Pd window for specified instance
параметры:
@n (initonly)
Запросить/установить the order of decomposition/number of planewaves
тип: int
диапазон: 0..63
по умолчанию: 0
@patch (initonly)
Запросить/установить patch name
тип: symbol
@domain (initonly)
Запросить/установить process domain: harmonics or planewaves
тип: symbol
варианты: harmonics, planewaves
по умолчанию: harmonics
@args (initonly)
Запросить/установить arguments passed to instances
тип: list
Смотрите также: [hoa.2d.decoder~]
Авторы: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur
Лицензия: GPL3 or later