|
| void | flext_base::MsgAddBang (MsgBundle *mb, int n) const |
| | Output bang (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddFloat (MsgBundle *mb, int n, float f) const |
| | Output float (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddInt (MsgBundle *mb, int n, int f) const |
| | Output integer (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddBool (MsgBundle *mb, int n, bool f) const |
| | Output boolean (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddDouble (MsgBundle *mb, int n, double d) const |
| | Output double (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddSymbol (MsgBundle *mb, int n, const t_symbol *s) const |
| | Output symbol (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddString (MsgBundle *mb, int n, const char *s) const |
| | Output string aka symbol (to appointed outlet) More...
|
| |
| void | flext_base::MsgAddAtom (MsgBundle *mb, int n, const t_atom &at) const |
| | Output atom (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddList (MsgBundle *mb, int n, int argc, const t_atom *argv) const |
| | Output list (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddList (MsgBundle *mb, int n, const AtomList &list) const |
| | Output list (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddAnything (MsgBundle *mb, int n, const t_symbol *s, int argc, const t_atom *argv) const |
| | Output anything (index n starts with 0) More...
|
| |
| void | flext_base::MsgAddAnything (MsgBundle *mb, int n, const AtomAnything &any) const |
| | Output anything (index n starts with 0) More...
|
| |
| void | flext_base::MsgSelfBang (MsgBundle *mb, int n) const |
| |
| void | flext_base::MsgSelfFloat (MsgBundle *mb, int n, float f) const |
| | Send float to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfInt (MsgBundle *mb, int n, int f) const |
| | Send integer to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfBool (MsgBundle *mb, int n, bool f) const |
| | Send boolean to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfDouble (MsgBundle *mb, int n, double d) const |
| | Output double (index n starts with 0) More...
|
| |
| void | flext_base::MsgSelfSymbol (MsgBundle *mb, int n, const t_symbol *s) const |
| | Send symbol to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfString (MsgBundle *mb, int n, const char *s) const |
| | Send string aka symbol to self (inlet 0) More...
|
| |
| void | flext_base::MsgSelfAtom (MsgBundle *mb, int n, const t_atom &at) const |
| | Output atom (index n starts with 0) More...
|
| |
| void | flext_base::MsgSelfList (MsgBundle *mb, int n, int argc, const t_atom *argv) const |
| | Send list to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfList (MsgBundle *mb, int n, const AtomList &list) const |
| | Send list to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfAnything (MsgBundle *mb, int n, const t_symbol *s, int argc, const t_atom *argv) const |
| | Send anything to self (inlet n) More...
|
| |
| void | flext_base::MsgSelfAnything (MsgBundle *mb, int n, const AtomAnything &any) const |
| | Send anything to self (inlet n) More...
|
| |
These are used to assure the sending of several messages from a second thread to the same logical time