Max 5 API Reference

t_object Struct Reference
[Objects]

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.
struct inlet * o_inlet
 list of inlets
struct outlet * o_outlet
 list of outlets

Detailed Description

The structure for the head of any object which wants to have inlets or outlets, or support attributes.

Copyright © 2008, Cycling '74