28 #define A_LONG A_FLOAT
29 #define A_SYM A_SYMBOL
30 #define atom_getsym(atom) atom_getsymbol(atom)
32 #define outlet_int(outlet, val) outlet_float(outlet, (float)val)
33 #define bangout(x) outlet_new((t_object *)x, &s_bang)
34 #define floatout(x) outlet_new((t_object *)x, &s_float)
35 #define symbolout(x) outlet_new((t_object *)x, &s_symbol)
36 #define listout(x) outlet_new((t_object *)x, &s_list)
37 #define anythingout(x) outlet_new((t_object *)x, &s_anything)
39 #define object_attr_setvalueof eobj_attr_setvalueof
40 #define object_attr_getvalueof eobj_attr_getvalueof
The t_binbuf struture.
Definition: enative.h:58
The popup structure.
Definition: edefine.h:403
The DSP object.
Definition: edefine.h:589
void(* t_typ_method)(void *x,...)
The standart method.
Definition: edefine.h:71
long t_pd_err
The error type.
Definition: edefine.h:69
The font structure.
Definition: edefine.h:322
The drawing layer.
Definition: edefine.h:373
A rgba color structure.
Definition: edefine.h:267
The text structure.
Definition: edefine.h:336
A matrix structure.
Definition: edefine.h:240
The drawing parameters.
Definition: edefine.h:686
The GUI DSP object.
Definition: edefine.h:745
The GUI object.
Definition: edefine.h:701