Tried to use the retrigger feature of the midithing v2.1. Unfortunately the retrigger ON doesn't work in MONO mode, in DUAL mode only on the first voice and in QUAD mode only on first 3 voices.
I think I spotted the reason: in the function MIDICV::playNote() the gate pin is used as an index for the Retrig array, ranging between 2 to 5. In the ProcessTrigger() function in firmware.ino this array is parsed from 1 to GS.NumVoices.
Tried to use the retrigger feature of the midithing v2.1. Unfortunately the retrigger ON doesn't work in MONO mode, in DUAL mode only on the first voice and in QUAD mode only on first 3 voices.
I think I spotted the reason: in the function
MIDICV::playNote()the gate pin is used as an index for theRetrigarray, ranging between 2 to 5. In theProcessTrigger()function in firmware.ino this array is parsed from 1 toGS.NumVoices.