i'm trying to make a patch that replaces note values in note on/off MIDI messages.
(this should work as alternative layouts for my input devices.)
there are 2 tables/arrays, the values from the 1st are to be replaced with values from the second, in strict order, e.g. 1st element from one table/array is replaced with the 1st element from another, 2nd with 2nd, etc.
so far, i've managed to write those 2 arrays, and stuck.
now ... what? how can i do the replacement itself? any examples or tips?
thanks in advance.