PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: property

prop.join

aliases: [prop<-]

join property to main data flow

available since version: 0.9


information

Injects properties into data stream. Values from first inlet are passed unchanged and named property values added to stream. Note: all property inlets are hot, i.e. if object receives new value on inlet it immediately outputs it.

example

inlets:

outlets:

keywords:

property

See also: [prop->]

Authors: Serge Poltavsky

License: GPL3 or later