From owner-freebsd-multimedia@FreeBSD.ORG Sat May 18 11:10:55 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AECEBF3 for ; Sat, 18 May 2013 11:10:55 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id EE747BFE for ; Sat, 18 May 2013 11:10:54 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl2.internode.on.net with ESMTP; 18 May 2013 20:40:53 +0930 Message-ID: <519761BB.5010100@ShaneWare.Biz> Date: Sat, 18 May 2013 20:40:51 +0930 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: Hans Petter Selasky Subject: Re: usb midi support for Alesis keyboard References: <51973844.9040806@ShaneWare.Biz> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-multimedia@freebsd.org" X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 11:10:55 -0000 On 18/05/2013 18:14, Hans Petter Selasky wrote: > Hi, > > You should use /usr/ports/jack_umidi to create jack nodes which your > other software can access. The USB MIDI nodes are 100% raw data and > not interconnected with the sound system in FreeBSD! I tried jack_umidi last night without luck. I forgot it earlier but just tried it and can get midi into hydrogen with jack_umidi on umidi0.0 (only 0.0 appears to work) so partial success that may be attributed to no_cs_fail=1 # cat /dev/midistat FreeBSD Midi Driver (midi2) No devices installed. Which still leaves lmms without midi input, which is the one I was interested in using for the keyboard. I found matching lines for the usbd_xfer_set_stall in the patch but didn't find a matching location for the error output.