Max 5 API Reference
t_jit_mop_io 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) | |
t_symbol * | ioname |
"ioname" attribute | |
t_symbol * | matrixname |
"matrixname" attribute | |
void * | matrix |
internal matrix, accessed via methods (unused in class template MOP) | |
t_symbol * | types [JIT_MATRIX_MAX_TYPES] |
"types" attribute | |
long | mindim [JIT_MATRIX_MAX_DIMCOUNT] |
"mindim" attribute | |
long | maxdim [JIT_MATRIX_MAX_DIMCOUNT] |
"maxdim" attribute | |
long | typescount |
relevant to "types" attribute | |
long | mindimcount |
"mindimcount" attribute | |
long | maxdimcount |
"maxdimcount" attribute | |
long | minplanecount |
"minplanecount" attribute | |
long | maxplanecount |
"maxplanecount" attribute | |
char | typelink |
"typelink" attribute | |
char | dimlink |
"dimlink" attribute | |
char | planelink |
"planelink" attribute | |
method | ioproc |
I/O procedure, accessed via methods. |
t_jit_mop_io object struct.
Definition at line 34 of file jit.mop.c.