flext
0.6.0
|
Functions | |
unsigned long | flext_base::XletCode (xlettype tp=xlet_none,...) |
get a code for a list of inlets or outlets More... | |
void | flext_base::AddInlets (unsigned long code) |
Add some inlets by a special code representing the types. More... | |
void | flext_base::AddInlet (xlettype tp, int mult=1, const char *desc=NULL) |
Add one or more inlet(s) More... | |
void | flext_base::AddOutlets (unsigned long code) |
Add some inlets by a special code representing the types. More... | |
void | flext_base::AddOutlet (xlettype tp, int mult=1, const char *desc=NULL) |
Add one or more outlet(s) More... | |
void | flext_base::DescInlet (int ix, const char *desc) |
Set the description of an indexed inlet. More... | |
void | flext_base::DescOutlet (int ix, const char *desc) |
Set the description of an indexed outlet. More... | |
|
protected |
Add one or more inlet(s)
|
protected |
Add some inlets by a special code representing the types.
|
protected |
Add one or more outlet(s)
|
protected |
Add some inlets by a special code representing the types.
|
protected |
Set the description of an indexed inlet.
|
protected |
Set the description of an indexed outlet.