Max 5 API Reference
The structure of a funbuff object. More...
#include <ext_maxtypes.h>
Data Fields | |
t_zll | f_head |
head of double linked list of function elements | |
t_zll * | f_foot |
foot in the door pointer for list | |
long | f_gotoDelta |
used by goto and next | |
long | f_selectX |
selected region start | |
long | f_selectW |
selected region width | |
t_symbol * | f_sym |
filename | |
long | f_y |
y-value from inlet | |
char | f_yvalid |
flag that y has been set since x has | |
char | f_embed |
flag for embedding funbuff values in patcher |
The structure of a funbuff object.
Definition at line 79 of file ext_maxtypes.h.