Hello friends,
I would like to know how the arp deals with doubles.
If for example on two different arp channels set to the same midi channel and by accident the same note would pass at exactly the same time, how does the Arp deal with this? Will two identical midi notes be sent?
Rudi Labworx
Thanks Chris! You did an amazing programming job!
Hi Rudi,
Two notes played on the same MIDI channel will only issue one note of the same pitch at a time, even when the notes are from different tracks.
ARP monitors all active notes and does not send a new note if that pitch is already active. It simply updates the note off timing; based on the gate length of the longest active note.
That is unless one of the tracks is in MONO Voice Mode, in which case the active note is stopped and retriggered.
I hope that helps.