From owner-freebsd-multimedia@FreeBSD.ORG Thu Feb 24 19:17:49 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 D58841065670 for ; Thu, 24 Feb 2011 19:17:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2F18FC17 for ; Thu, 24 Feb 2011 19:17:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=6QwXiDozn7Gnsf2tGidwH+ndAwLlGixx7JAIKZICKmI= c=1 sm=1 a=NecJrhHukysA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=uRtJk-UJzR-F4oo8nbIA:9 a=BgRO2k3VTnDrLH27LKoA:7 a=bDhMZ6pDxaF2WaaIvAV70JyzMxYA:4 a=wPNLvfGTeEIA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 92397041; Thu, 24 Feb 2011 20:17:47 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Thu, 24 Feb 2011 20:17:30 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110221234912.fc03786d.torfinn.ingolfsen@broadpark.no> <201102240847.15213.hselasky@c2i.net> <20110224194602.266072ec.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20110224194602.266072ec.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: <201102242017.30521.hselasky@c2i.net> Cc: Subject: Re: idea: "shim" driver for Roland / Edirol SD-20 MIDI sound module? 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: Thu, 24 Feb 2011 19:17:49 -0000 On Thursday 24 February 2011 19:46:02 Torfinn Ingolfsen wrote: > On Thu, 24 Feb 2011 08:47:15 +0100 > > Hans Petter Selasky wrote: > > > crw-r--r-- 1 root operator 0, 109 Feb 23 21:53 /dev/umidi0.0 > > > > Could you do a simple loopback test: > > > > dd if=/dev/umidi0.0 of=/dev/null bs=1 > > > > And see if you get any bytes when you press keys? > > Press keys on what? A MIDI keyboard, or the normal (computer) keyboard? You can redirect from a MIDI keyboard to the synth using dd, on the 0'th entry. --HPS