From owner-freebsd-multimedia@FreeBSD.ORG Sat Feb 19 16:56:43 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 7046D106566B for ; Sat, 19 Feb 2011 16:56:43 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 02C7B8FC0C for ; Sat, 19 Feb 2011 16:56:42 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=LfWZgthhXpRoR/5kSLoV97TeOFxNHdDd5OkOatCv3DI= c=1 sm=1 a=-CRmgG0JhlAA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=6PjjKc_AaRZfIN87Z1QA:9 a=8BJzYPMaOeZH0AkYIIsA:7 a=MPXFdEU6mxIB9dtErlH-Ngj-heUA:4 a=jiObf9B0YAUA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 89481666; Sat, 19 Feb 2011 17:56:40 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sat, 19 Feb 2011 17:56:28 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110219153731.3473.qmail@origmail.integrity.hu> In-Reply-To: <20110219153731.3473.qmail@origmail.integrity.hu> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201102191756.28268.hselasky@c2i.net> Cc: Zahemszky Gabor 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: Sat, 19 Feb 2011 16:56:43 -0000 On Saturday 19 February 2011 16:37:31 Zahemszky Gabor wrote: > Hi! > > My children have got a drum-machine, which - of course - can speak MIDI. If > I buy a "MIDI-USB" communication cable to connect it to my PC, will it > possible to use it? Do I need to buy a special cable (made-by-XYZ), are > there any specific drivers, or programs, with what I can play with it. I've > seen eg OpenBSD's midish CLI program, but it isn't ported to FreeBSD (yet). > > (I use FreeBSD8 on both i386 and Amd64.) Hi, Yes, there exists plenty of USB MIDI software for FreeBSD, but not all is in ports. The USB MIDI solution in FreeBSD is part of snd_uaudio. Do you see any devices like /dev/umidiX.Y ? --HPS