Hi
I want to drive a ChordPolyArp session of many pads with only 8 notes.
Clavier mini
@Onload
FR3 = [57, 53, 52, 48, 59, 55, 54, 50] //A3 F3 E3 C3 B3 G3 F#3 D3
// Bb3 58 et C#3 49 pour chgt KB?
call @Clavier
@End
@OnMidiNote
ch= MIDIChannel
if Ch=1 //@@@@ Basses ch2 LVER KB
KB=KB1
log KB1[0]
endif
@End
@Clavier
for i =24 to 31 //C1 to G1
for j =1 to 8
KB1[j]=i
endfor
endfor
for i =32 to 39 //G#1 to D#2
for j =1 to 8
KB2[ j]=i
endfor
endfor
for i =40 to 47 //E2 to B2
for j =1 to 8
KB3[ j]=i
endfor
endfor
for i =48 to 55 // C3 to G3
for j =1 to 8
KB4[ j]=i
endfor
endfor
for i =56 to 63 //G#3 to D#4
for j =1 to 8
KB5[ j]=i
endfor
endfor
@End
A try, but not healthy with array