Max 5 API Reference
Header for any non-ui signal processing object. More...
#include <z_dsp.h>
Data Fields | |
| struct object | z_ob |
| The standard t_object struct. | |
| 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 non-ui signal processing object.
For ui objects use t_pxjbox.
Definition at line 89 of file z_dsp.h.