t_pxjbox Struct Reference

Header for any ui signal processing object. More...

#include <z_dsp.h>

+ Collaboration diagram for t_pxjbox:

Data Fields

t_jbox z_box
 The box struct used by all ui objects.
long z_disabled
 set to non-zero if this object is muted (using the pcontrol or mute~ objects)
short z_count
 an array that indicates what inlets/outlets are connected with signals
short z_misc
 flags (bitmask) determining object behaviour, such as Z_NO_INPLACE, Z_PUT_FIRST, or Z_PUT_LAST

Detailed Description

Header for any ui signal processing object.

For non-ui objects use t_pxobject.