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) |
| 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 |