|
void | flext_base::AddInAnything (int m=1) |
| Add inlet(s) for anythings.
|
|
void | flext_base::AddInAnything (const char *desc, int m=1) |
| Add inlet(s) for anythings (with description)
|
|
void | flext_base::AddInFloat (int m=1) |
| Add inlet(s) for floats.
|
|
void | flext_base::AddInFloat (const char *desc, int m=1) |
| Add inlet(s) for floats (with description)
|
|
void | flext_base::AddInInt (int m=1) |
| Add inlet(s) for integers.
|
|
void | flext_base::AddInInt (const char *desc, int m=1) |
| Add inlet(s) for integers (with description)
|
|
void | flext_base::AddInSymbol (int m=1) |
| Add inlet(s) for symbols.
|
|
void | flext_base::AddInSymbol (const char *desc, int m=1) |
| Add inlet(s) for symbol (with description)
|
|
void | flext_base::AddInBang (int m=1) |
| Add inlet(s) for bang.
|
|
void | flext_base::AddInBang (const char *desc, int m=1) |
| Add inlet(s) for bangs (with description)
|
|
void | flext_base::AddInList (int m=1) |
| Add inlet(s) for lists.
|
|
void | flext_base::AddInList (const char *desc, int m=1) |
| Add inlet(s) for lists (with description)
|
|
void | flext_base::AddOutAnything (int m=1) |
| Add outlet(s) for anythings.
|
|
void | flext_base::AddOutAnything (const char *desc, int m=1) |
| Add outlet(s) for anythings (with description)
|
|
void | flext_base::AddOutFloat (int m=1) |
| Add outlet(s) for floats.
|
|
void | flext_base::AddOutFloat (const char *desc, int m=1) |
| Add outlet(s) for floats (with description)
|
|
void | flext_base::AddOutInt (int m=1) |
| Add outlet(s) for integers.
|
|
void | flext_base::AddOutInt (const char *desc, int m=1) |
| Add outlet(s) for integers (with description)
|
|
void | flext_base::AddOutSymbol (int m=1) |
| Add outlet(s) for symbols.
|
|
void | flext_base::AddOutSymbol (const char *desc, int m=1) |
| Add outlet(s) for symbols (with description)
|
|
void | flext_base::AddOutBang (int m=1) |
| Add outlet(s) for bangs.
|
|
void | flext_base::AddOutBang (const char *desc, int m=1) |
| Add outlet(s) for bangs (with description)
|
|
void | flext_base::AddOutList (int m=1) |
| Add outlet(s) for lists.
|
|
void | flext_base::AddOutList (const char *desc, int m=1) |
| Add outlet(s) for lists (with description)
|
|
bool | flext_base::SetupInOut () |
|