Good morning! I’m programming a plugin and I’m facing a problem I’m not able to solve…
The thing is that I have 16 input and output channels and a matrix (16x16) with values that change depending on the numbers the user selects, and I want to multiply the matrix for the 16 channels as a “dot multiplication”. My problem is that I don’t know how to manage the input channels in order to perform this calculation.
If somebody could help me out I’d the truly grateful.
Regards!