hi there,
I have 5 filters (bandpass) and 5 vca's following them.
I want to control filter frequency and vca levels of those five filters via previously stored values that i recall. I have 125 filter parameters and 100 gain parameters. what is the most efficient way to store and recall this values? I need to recall two sets of values for each filter (e.g. 200 and 800 hz and -4 and -12 db and crossfade between them) I tried with a set dial, which is easy to recall and works perfectly, but I am quickly running out of ram and it is also a waste because I don't need to change the values while running...is a table the solution? one big table for all values? can I read multiple values from the table at the same time via multiple reads? I wanted to ask for advice before I program the whole logic around the table read only to see I hit the same limitations or should I program a custom object with a big array in it?
thanks for any insights