From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 8 16:22:06 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2FED106564A for ; Wed, 8 Aug 2012 16:22:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7778FC15 for ; Wed, 8 Aug 2012 16:22:05 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 138875805; Wed, 08 Aug 2012 18:21:57 +0200 From: Hans Petter Selasky To: Marcel Bonnet Date: Wed, 8 Aug 2012 18:22:26 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201208080229.32673.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201208081822.27022.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: jack_umidi and USB devices 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: Wed, 08 Aug 2012 16:22:06 -0000 On Wednesday 08 August 2012 08:00:44 Marcel Bonnet wrote: > On 7 August 2012 21:29, Hans Petter Selasky wrote: > > On Wednesday 08 August 2012 02:23:55 Hans Petter Selasky wrote: > >> On Wednesday 08 August 2012 02:09:55 Hans Petter Selasky wrote: > >> > > So, if I run > >> > > > >> > > > >> > > > >> > > $ jack_umidi -d /dev/umidi0.[1-15] > >> > >> Note: These are not channels, but devices. Usually only .0 is valid. > > Hum, you're right! I confused the devices with channels. That's why I > connected them to some-input and I've got nothing. And my bad, I > forgot to say that I used qjackctl but tried to confirm that I got no > MIDI signal by using "dd" > > > BTW: It shouldn't be too hard to update jack_umidi, to create > > N-subdevices, based on the channel number, given some option -S for > > example. > > I don't really believe my skills will help to do that right now, but > I'm on the way. > That will be a desirable feature for a future release, but please > don't take it too much in consideration (I mean, I'm *not* > claiming/demanding) as I'm probably one of the most enthusiastic > users of jack_umidi (and I must repeat, uaudio too) because it really > made possible to do a lot of cool things in my machine/hardware. > > Thanks again. Hi, Can you checkout the SVN version of jack_umidi: svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/jack_umidi cd jack_umidi make all install And see if the new -S and -k options solve your problem? --HPS