hi,
for an ensemble I will need a matrix of 32x32 , 32 audio signals multiplied each by a coefficent and 32 output.
I've buid a core cell with a double iteration inside that just do 1024 operation.
because i don't want to patch 1024 modules.
each 1024operation has to happen in less than 1 sample.
the problem is that it works if I start the iteration with a single event but doesn't work if I plug the SRC at the start. I have tried to plug an A TO E perm and I found a frequency of less than 47.646Hz for the cycle to complete.
what is it that I don't understand?
the core cell
the double iteration, the loop macro is just a compare module.
the function macrois just (sin (i)*sin(j))
I've tried to set the function macro to non solid just in case because I don't understand the solid/non solid parameter but it doesn't change anything
:(