From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 8 00:09:31 2012 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 F4171106564A for ; Wed, 8 Aug 2012 00:09:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id 850E18FC0C for ; Wed, 8 Aug 2012 00:09:30 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 304546320; Wed, 08 Aug 2012 02:09:27 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Wed, 8 Aug 2012 02:09:55 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: 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: <201208080209.55740.hselasky@c2i.net> Cc: 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 00:09:31 -0000 On Tuesday 07 August 2012 20:57:40 Marcel Bonnet wrote: > Hi Hans Petter, and guys. > > Please, help to understand about the -d flag. Am I doing something > wrong, please? > > If I run > > $ jack_umidi -d /dev/umidi0.0 > > then I capture MIDI signal. It's ok. > > But now that I'm setting up my apps, I tried to separate the MIDI > channels, routing every channel to its on linuxsampler channel, via > jackd. > > So, if I run > > $ jack_umidi -d /dev/umidi0.[1-15] > > I have no MIDI signal. > > I tried with dd: > > $ dd if=/dev/umidi0.0 > ^C0+43 records in > 0+0 records out > 0 bytes transferred in 2.739827 secs (0 bytes/sec) > > > $ dd if=/dev/umidi0.[1-15] > ^C0+0 records in > 0+0 records out > 0 bytes transferred in 2.547537 secs (0 bytes/sec) > > I programmed my keyboard (Roland XP-30) to send MIDI signal from > various channels. No matter what the channel is sending, I always > receive MIDI signal from /dev/umidi0.0 . I really belive the keyboard > is sending MIDI through the channel desired because of the audio > device blinks the status led - otherwise I could miss programming the > keyboard. > > Thanks in advance. Hi, You need to manually connect the application with jack_umidi. See midipp, qjackctl, jack_connect and jack-keyboard in ports. --HPS