CicmWrapper
A wrapper for Pure Data
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Modules
Functions
eobj.h File Reference
#include "estruct.h"
#include "ecommon.h"

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_eproxyeobj_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_eclasseobj_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)
 

Detailed Description

Author
Pierre Guillot
Version
0.1
Date
2013-2014