From owner-freebsd-multimedia@FreeBSD.ORG Sun Feb 20 20:19:25 2011 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 44CD7106564A for ; Sun, 20 Feb 2011 20:19:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id C47E78FC0A for ; Sun, 20 Feb 2011 20:19:24 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=w6RbqzLyAAAA:20 a=NzaXVgWqWzodVBEEmAAA:9 a=NecszSYEdkh52o8NvZ0A:7 a=FZi3T9VScz035g33cAN8zMZS9pEA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 90553567; Sun, 20 Feb 2011 21:19:22 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sun, 20 Feb 2011 21:19:09 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110219153731.3473.qmail@origmail.integrity.hu> <20110220200725.608d2373.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20110220200725.608d2373.torfinn.ingolfsen@broadpark.no> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102202119.09381.hselasky@c2i.net> Cc: Subject: Re: Midi and FreeBSD 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: Sun, 20 Feb 2011 20:19:25 -0000 On Sunday 20 February 2011 20:07:25 Torfinn Ingolfsen wrote: > On Sat, 19 Feb 2011 16:37:31 +0100 > > Zahemszky Gabor wrote: > > Hi! > > > > My children have got a drum-machine, which - of course - can speak MIDI. > > If > > Speaking of MIDI; how does one use a usb-connected (musical) keyboard under > FreeBSD? I have a Evolution eKeys 37[1] keyboard, which just shows up as a > ugen device when connected: root@kg-v7# usbconfig -u 0 -a 3 > ugen0.3: at usbus0, cfg=0 > md=HOST spd=FULL (12Mbps) pwr=ON root@kg-v7# usbconfig -u 0 -a 3 > dump_device_desc > ugen0.3: at usbus0, cfg=0 > md=HOST spd=FULL (12Mbps) pwr=ON > > bLength = 0x0012 > bDescriptorType = 0x0001 > bcdUSB = 0x0100 > bDeviceClass = 0x0000 > bDeviceSubClass = 0x0000 > bDeviceProtocol = 0x0000 > bMaxPacketSize0 = 0x0040 > idVendor = 0x0a4d > idProduct = 0x00d2 > bcdDevice = 0x0252 > iManufacturer = 0x0001 > iProduct = 0x0002 > iSerialNumber = 0x0000 > bNumConfigurations = 0x0001 > > And that doesn't help me much to get it working. :-) > > References: > 1) http://sites.google.com/site/tingox/evolution_ekeys37 What does the config descriptor look like? --HPS