that makes three of us who don't know what i'm talking about..
the case of the missing note offs within a string of same-pitch note-ons,
i'm having difficulty classifying as accidental or intentional. these
missing note offs occur because of the design concept - you don't need to
have a working program to prove it. unfortunately it's a design i wish to
implement. the separation of rhythmic data (position + duration) from
pitch + velocity data, and the method of generating the pitch+velocity
data does not mean that note-offs are never sent, it only increases the
likelihood of note-offs being absent when the rhythmic data overlap each
other, and the same pitch is generated in sequence due to the
pitch/velocity generating algorithm. it would be an error if this error
did not arise in these circumstances. i'm beginning to formulate ideas for
solving it, but there is no absolute solution. the end.