|
| void | flext_base::ToSelfBang (int n) const |
| | Send bang to self (inlet n).
|
| void | flext_base::ToSelfFloat (int n, float f) const |
| | Send float to self (inlet n).
|
| void | flext_base::ToSelfInt (int n, int f) const |
| | Send integer to self (inlet n).
|
| void | flext_base::ToSelfBool (int n, bool f) const |
| | Send boolean to self (inlet n).
|
| void | flext_base::ToSelfDouble (int n, double d) const |
| | Send double to self (index n starts with 0).
|
| void | flext_base::ToSelfSymbol (int n, const t_symbol *s) const |
| | Send symbol to self (inlet n).
|
| void | flext_base::ToSelfString (int n, const char *s) const |
| | Send string aka symbol to self (inlet 0).
|
| void | flext_base::ToSelfAtom (int n, const t_atom &at) const |
| | Output atom (index n starts with 0).
|
| void | flext_base::ToSelfList (int n, int argc, const t_atom *argv) const |
| | Send list to self (inlet n).
|
| void | flext_base::ToSelfList (int n, const AtomList &list) const |
| | Send list to self (inlet n).
|
| void | flext_base::ToSelfAnything (int n, const t_symbol *s, int argc, const t_atom *argv) const |
| | Send anything to self (inlet n).
|
| void | flext_base::ToSelfAnything (int n, const AtomAnything &any) const |
| | Send anything to self (inlet n).
|