t_jit_mop Struct Reference

t_jit_mop object struct. More...

+ Collaboration diagram for t_jit_mop:

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

Detailed Description

t_jit_mop object struct.

Warning:
This struct should not be accessed directly, but is provided for reference when calling Jitter attribute functions.