Max 5 API Reference
![]() |
Functions | |
t_jit_err | jit_qt_record_matrix_calc (t_jit_qt_record *x, void *inputs, void *outputs) |
matrix_calc method for the jit.qt.record object | |
t_jit_qt_record * | jit_qt_record_new (long width, long height) |
Constructs instance of t_jit_qt_record. |
t_jit_err jit_qt_record_matrix_calc | ( | t_jit_qt_record * | x, | |
void * | inputs, | |||
void * | outputs | |||
) |
matrix_calc method for the jit.qt.record object
x | t_jit_qt_record object pointer | |
inputs | input list (should be or contain 1 t_jit_matrix object) | |
outputs | output list (unused) |
Definition at line 720 of file jit.qt.record.c.
References t_jit_matrix_info::dim, t_jit_matrix_info::dimstride, jit_gworld_can_coerce_matrix(), jit_gworld_matrix_equal_dim(), JIT_MATRIX_CONVERT_DSTDIM, JIT_MATRIX_CONVERT_INTERP, JIT_MATRIX_CONVERT_SRCDIM, jit_object_attach(), jit_object_findregisteredbyptr(), jit_object_method(), jit_object_notify(), and qelem_set().
t_jit_qt_record * jit_qt_record_new | ( | long | width, | |
long | height | |||
) |
Constructs instance of t_jit_qt_record.
width | output matrix width | |
height | output matrix height |
Definition at line 1541 of file jit.qt.record.c.
References freeobject(), gensym(), jit_matrix_info_default(), jit_object_new(), qelem_new(), and systhread_mutex_new().