PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: spat

hoa.process~

aliases: [hoa.2d.process~], [hoa.3d.process~]

patcher loader for multichannel processing

available since version: 0.8


information

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

example

arguments:

methods:

properties:

inlets:

outlets:

keywords:

hoa process 2d

See also: [hoa.2d.decoder~]

Authors: Serge Poltavsky, Pierre Guillot, Eliott Paris, Thomas Le Meur

License: GPL3 or later