Hi Ian
> Sometimes the full chord doesnt sound ie there are multiple
> of one of the notes eg 'c', even though I'm definitely holding
> down 3 notes, one of the notes is missing hence 'dropped notes'.
The problem might be: if you "doubletrigger" a note at the midi
keyboard, then two A190's will play this note. The note assignement
algorhithm assumingly is not only "newest note" but "newest note, round
robbing" (I'll ask Chris regarding this).
I my graphical example:
you play like:
g -----------
e --------------
c - ---------
^.^....Doubletrigger!
and this is the order how the A190-2's will output the notes
A190
#1 eeecccccccc always the first note or fourth note
#2 cccccccccccc always the second note
#3 ggggggggg always the third note
If the algorithm would be "newest note, last voice" then it would be
#1 eeeeeeeeeeeeee always the first note or fourth note
#2 ccccccccccc always the second note
#3 gccccccccc always the third note
Flroain