Hello,
I've just seen this amazing tutorial on Tables and Arrays.
But I was left with a doubt relative to tables / arrays.
In the example he sequences a small collection of notes, and mentions that logic could be used to build a sequencer in PD.
But in his example, he has an array with only one note at a time, as in a monophonic instrument.
What if one needs to build a sequencer for a polyphonic instrument? How to store two notes at a time, or chords ? How to have stored the velocity for each note?
Are there bi-dimensional arrays in PD... or multi-dimensional?
Or can we store objects, like instances of a Class, inside arrays? That way each object could be a "event" with multiple sub-events within, and the respective information for each.
Or are Lists used for this purpose ?