 
			Max 5 API Reference
Header for any ui signal processing object. More...
#include <z_dsp.h>

| 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 | |
Header for any ui signal processing object.
For non-ui objects use t_pxobject.
Definition at line 425 of file z_dsp.h.