On 07 Jun 2002 01:44:40 -0400 Joseph Zitt jzitt@josephzitt.com wrote:
Is there a way to catch "note off" messages? (If so, that would be a way around the polyphonic issue for what I'm trying to do now.) Is there another way to handle a polyphonic keyboard?
[notein] has 3 outlets: pitch,velocity,MIDI channel. A note-off is a note with velocity=0. Maybe you're not monitoring the velocity?