Create a synthdeth from matrices || Newbie Question

Hi Everyone!!

I need you help again. I am a beginner.

I need create a Synthdeth from 3d array. The values in my array 3d are:
[midi note, pan, mull]

For example:

[64, -0.15, 0.85], [72, 0.2, 0.6], [35, -1.2, 0.8]
[90, 1.3, 0.85], [72, 0.8, 0.8], [35, 1, 0.5]

Every row is a UGen (aditive Synthesis)
how can i create a syntdeth with those values?