Arraytostring
Posted: 08 Jan 2013 20:43
Hi,
I think what I want is arraytostring...but I'm not sure.
I have a expression "out" which will be a three note MIDI chord {63,67,71}.
I have a multi-pad object with a custom MIDI message, whose output is "out".
When I have more than one pad it sends each note in the array successively (i.e. Pads.x[0]=63, Pads.x[1]=67, Pads.x[2]=71).
But what I want is all the notes to come out each pad at once Pads.x[0]={63,67,71}, Pads.x[1]={63,67,71}] etc.
How exactly do I do this? Thanks!
I think what I want is arraytostring...but I'm not sure.
I have a expression "out" which will be a three note MIDI chord {63,67,71}.
I have a multi-pad object with a custom MIDI message, whose output is "out".
When I have more than one pad it sends each note in the array successively (i.e. Pads.x[0]=63, Pads.x[1]=67, Pads.x[2]=71).
But what I want is all the notes to come out each pad at once Pads.x[0]={63,67,71}, Pads.x[1]={63,67,71}] etc.
How exactly do I do this? Thanks!