flext 0.6.2
|
Functions | |
void | flext_base::ToQueueBang (int n) const |
Output low priority bang (index n starts with 0) | |
void | flext_base::ToQueueFloat (int n, float f) const |
Output low priority float (index n starts with 0) | |
void | flext_base::ToQueueInt (int n, int f) const |
Output low priority integer (index n starts with 0) | |
void | flext_base::ToQueueBool (int n, bool f) const |
Output low priority boolean (index n starts with 0) | |
void | flext_base::ToQueueDouble (int n, double d) const |
Output double (index n starts with 0) | |
void | flext_base::ToQueueSymbol (int n, const t_symbol *s) const |
Output low priority symbol (index n starts with 0) | |
void | flext_base::ToQueueString (int n, const char *s) const |
Output low priority string aka symbol (to appointed outlet) | |
void | flext_base::ToQueueAtom (int n, const t_atom &at) const |
Output low priority atom (index n starts with 0) | |
void | flext_base::ToQueueList (int n, int argc, const t_atom *argv) const |
Output low priority list (index n starts with 0) | |
void | flext_base::ToQueueList (int n, const AtomList &list) const |
Output low priority list (index n starts with 0) | |
void | flext_base::ToQueueAnything (int n, const t_symbol *s, int argc, const t_atom *argv) const |
Output low priority anything (index n starts with 0) | |
void | flext_base::ToQueueAnything (int n, const AtomAnything &any) const |
Output low priority anything (index n starts with 0) | |
|
inline |
Output low priority anything (index n starts with 0)
Output low priority anything (index n starts with 0)
Output low priority atom (index n starts with 0)
Output low priority boolean (index n starts with 0)
Output double (index n starts with 0)
Output low priority float (index n starts with 0)
Output low priority integer (index n starts with 0)
Output low priority list (index n starts with 0)
Output low priority list (index n starts with 0)
Output low priority string aka symbol (to appointed outlet)