Max 5 API Reference
The structure for the head of any object which wants to have inlets or outlets, or support attributes. More...
#include <ext_mess.h>
Data Fields | |
struct messlist * | o_messlist |
list of messages and methods. The -1 entry of the message list of an object contains a pointer to its t_class entry. | |
long | o_magic |
magic number | |
struct inlet * | o_inlet |
list of inlets | |
struct outlet * | o_outlet |
list of outlets |
The structure for the head of any object which wants to have inlets or outlets, or support attributes.
Definition at line 135 of file ext_mess.h.