CicmWrapper
A wrapper for Pure Data
|
Go to the source code of this file.
Functions | |
void * | eobj_new (t_eclass *c) |
The eobj creation function. More... | |
void | eobj_free (void *x) |
The eobj deletion function. More... | |
t_eproxy * | eobj_proxynew (void *x) |
Adds a proxy inlet to an eobj. More... | |
int | eobj_getproxy (void *x) |
Retreives the index of the proxy that received the last message. More... | |
t_eclass * | eobj_getclass (void *x) |
Retrieves the eclass of an eobj. More... | |
t_symbol * | eobj_getclassname (void *x) |
Retrieves the classe name of an eobj. More... | |
t_canvas * | eobj_getcanvas (void *x) |
Retreives the canvas that owns the eobj. More... | |
char | eobj_isbox (void *x) |
Retreives if an eobj is a GUI box or not. More... | |
char | eobj_isdsp (void *x) |
Retreives if an eobj is a DSP object or not. More... | |
void | eobj_dspsetup (void *x, long nins, long nouts) |
void | eobj_dspfree (void *x) |
void | eobj_resize_inputs (void *x, long nins) |
t_sample * | eobj_getsignalinput (void *x, long index) |
t_sample * | eobj_getsignaloutput (void *x, long index) |