Duplicates notes describes a situation where multiple instances of the exact same MIDI note exist simultaneously on a single channel of an instrument. This situation can easily arise when using ChordEase, and some instruments don't handle it correctly, resulting in glitches due to notes being cut off prematurely. To determine whether an instrument handles duplicates notes correctly, use the following procedure:
It's recommended to only use instruments that handle duplicate notes correctly. However it is possible to fix duplicate notes when exporting a recording to a MIDI file. This is useful if you need to play your MIDI files with an instrument or software synth that can't handle duplicate notes.
Duplicate notes are properly handled via reference counting. The instrument maintains a counter for each MIDI note, which reflects how many instances of that note currently exist. Note On commands increment the appropriate count, Note Off commands decrement it, and the note is sustained until its count drops to zero.