Cycling74 / min-api

High-level C++-language application programming interface for Max
MIT License
58 stars 23 forks source link

matrix_operator: support a calc_matrix method #110

Open tap opened 7 years ago

tap commented 7 years ago

currently we only support a calc_cell method but there are cases where that is not incredibly easy to work with...

on the other hand, a calc_matrix method is potentially error prone due to the alignment issues.

see the jit.sensel object for an example.