The class-array is an original tool for the manipulation of arrays , that is, matrices[1] and other bidimensional data structures. It is specifically designed to support description data such as parameters for sound synthesis control. This section shows how to design, edit and manipulate arrays.
A matrix is a rectangular array of m*n numbers, with m rows and n columns, such as :
1 2 3
4 5 6