On Wed, 3 Apr 2002, Tim Ressel wrote: > Guess what? I took a look at the midi info from my > kbd, and I seem to be getting Note On ($9x) commands > for both key down and key up. > > Have I missed something here? This is actually normal: one of the ways to send a note 'off' is to send a note 'on' with a velocity value of zero. Crow /**/