From owner-freebsd-multimedia@FreeBSD.ORG Tue Jul 1 21:31:12 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8251065683 for ; Tue, 1 Jul 2008 21:31:12 +0000 (UTC) (envelope-from lhondareyte@altern.org) Received: from neuf-infra-smtp-out-sp604006av.neufgp.fr (neuf-infra-smtp-out-sp604006av.neufgp.fr [84.96.92.121]) by mx1.freebsd.org (Postfix) with ESMTP id E65E08FC12 for ; Tue, 1 Jul 2008 21:31:11 +0000 (UTC) (envelope-from lhondareyte@altern.org) Received: from neuf-infra-smtp-out-sp604011av.neufgp.fr ([10.110.56.116]) by neuf-infra-smtp-out-sp604006av.neufgp.fr with neuf telecom id kjgR1Z0032WT6TN06lFpCi; Tue, 01 Jul 2008 23:15:49 +0200 Received: from [10.0.0.99] ([80.119.10.130]) by neuf-infra-smtp-out-sp604011av.neufgp.fr with neuf telecom id klFa1Z0052oLaSQ0BlFaDX; Tue, 01 Jul 2008 23:15:49 +0200 From: Luc Hondareyte To: Hans Petter Selasky In-Reply-To: <1213819086.5659.5.camel@casper.acme> References: <1213701463.87914.2.camel@nebba.config> <200806180145.51648.hselasky@c2i.net> <1213819086.5659.5.camel@casper.acme> Content-Type: text/plain; charset=utf-8 Date: Tue, 01 Jul 2008 23:15:34 +0200 Message-Id: <1214946934.11629.24.camel@casper.acme> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@freebsd.org Subject: Re: USB Midi device recognised, what now? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 21:31:12 -0000 Le mercredi 18 juin 2008 à 01:45 +0200, Hans Petter Selasky a écrit : > > On Tuesday 17 June 2008, bridd wrote: > > > Ok, I've got a USB midi device (Edirol UM-1x), and dmesg lists it > > > > > > ugen0: on uhub0 > > > > > > I set jack up with the OSS back-end, but can't see my MIDI input from > > > the edirol device. > > > > > > What now to connect it up to midi-capable applications ? Is anyone else > > > using midi in this way with BSD and having any success? > > > > > > > Hi, > > > > I've been using USB MIDI on FreeBSD for a while using a Yamaha P140 Piano. I > > plan to get some better support in there during the summer. > > > > Please contact me if you want more info. > > > > --HPS Hi Hans, I just test your snapshot with an MidiMan MidiSport2x2 interface, and it works perfectly (no latency) on old PIII 500Mhz with fluidsynth. First, you must download the firmware (from usbmidi package http://homepage3.nifty.com/StudioBreeze/software/bin/usbmidi-20040829.tar.gz) with ezload (ports/misc/ezload), and devices /dev/midi0.0 to /dev/umidi0.f are ready to work. Note that the "-x" option is required with ezdownload (?). That doesn't works with official M-audio firmware: this version is split in two files (bootloader + firmware), and ezload does not seem to know to deal with that case. Great job, Thanks!. Luc.