Max 5 API Reference
t_jit_mop object struct. More...
Data Fields | |
t_jit_object | ob |
standard object header | |
void * | special |
special data pointer for use by wrappers of various kinds (e.g. max wrapper) | |
long | inputcount |
"inputcount" attribute | |
long | outputcount |
"inputcount" attribute | |
t_jit_linklist * | inputlist |
linked list of inputs, accessed via methods | |
t_jit_linklist * | outputlist |
linked list of inputs, accessed via methods | |
char | caninplace |
deprecated | |
char | adapt |
"adapt" attribute | |
char | outputmode |
"outputmode" attribute |
t_jit_mop object struct.
Definition at line 65 of file jit.mop.c.