Currently MIDI mode resets the playhead as soon as any new note is pressed, I thought it would be useful to play a chord and be able to for example change one note to create some variation without fully resetting the pattern, to allow this, this PR adds an additional condition to make the playhead reset only after all of the previous notes have been released (similar to BlueARP when configured to reset on 'key').
Currently MIDI mode resets the playhead as soon as any new note is pressed, I thought it would be useful to play a chord and be able to for example change one note to create some variation without fully resetting the pattern, to allow this, this PR adds an additional condition to make the playhead reset only after all of the previous notes have been released (similar to BlueARP when configured to reset on 'key').