From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: ALSA MIDI interface - plugin Date: Tue, 19 Feb 2008 09:06:09 +0100 Message-ID: <47BA8DF1.3000407@ladisch.de> References: <61445c750802140724h1585b495pcc546e2b082e086a@mail.gmail.com> <61445c750802180647l3604fd9fk43426018d9a80e4b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id D8D141038DE for ; Tue, 19 Feb 2008 09:04:23 +0100 (CET) In-Reply-To: <61445c750802180647l3604fd9fk43426018d9a80e4b@mail.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: "Pharaoh ." Cc: Takashi Iwai , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Pharaoh . wrote: > On Feb 15, 2008 10:23 PM, Takashi Iwai wrote: > > Another possibility is to write an ALSA sequencer client, and load > > snd-virmidi driver. Then you can connect to a rawmidi device as you > > like. > > Thanks Takashi, I am not sure I understood this fully..Can you point me to > some sample code or relevant documentation. There is the old usbmidid daemon that creates sequencer ports for USB MIDI devices: . (It won't install fully on any modern system because the hotplug scripts have been replaced with udev.) HTH Clemens