Just though of something that may be important here.

Check to see if Sinsy is looking for Note Off data.

When the MIDI Standard was written, they included both Note On and Note Off as part of the data stream available.

But they also included Note Duration value.

The greater majority of programs today no longer even bother with the Note Off data, since it is redundant if the Note Duration is sent.

But that Note Off is still part of the MIDI Standard and a programmer who uses what the standard says at face value doesn't realize that, they could write something that is looking for a Note Off value after every Note On...

Perhaps not receiving the Note Off, its coded to use the Rest as a timeout alternative. eek.


HTH,


--Mac