I've been working on the modulation matrix for the SID core of MIDIbox ASIDITY (my project), and I've been adding more and more things as modulation destinations (there's going to be about 1600 of them!) and hence increasing the size of an array storing the outputs of the matrix. All the arrays I've created in the entire core should still fit comfortably in the 64K RAM, with at least 15K left over for the operating system. But this one array is "growing" as I add features, and if I make the chan