From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: [alsa-devel] [PATCH 2.6.34-rc5] HID: Prodikeys PC-MIDI HID Driver Date: Fri, 07 May 2010 08:45:03 +0200 Message-ID: <4BE3B6EF.2030608@ladisch.de> References: <4BE1A2E2.1040801@yahoo.co.uk> <4BE261FE.60109@ladisch.de> <4BE30935.9040001@yahoo.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4BE30935.9040001@yahoo.co.uk> Sender: linux-input-owner@vger.kernel.org To: Don Prince Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org List-Id: alsa-devel@alsa-project.org Don Prince wrote: > On 06/05/10 07:30, Clemens Ladisch wrote: >> I'd guess you want to remove the OUTPUT and DUPLEX flags and to drop all >> output-related functions. > > I know, it was naff, but without it the I get this from "amidi" > > $ amidi -l > Dir Device Name > cannot get rawmidi information 2:0: No such file or directory > > Is it supposed to print this? Try the latest alsa-utils version. > 90 32 00 > 80 32 7F In MIDI, note-on commands with velocity zero must be interpreted as note-off. If the device reports such a velocity for a key press, you have to make it nonzero. Regards, Clemens