From owner-freebsd-multimedia@freebsd.org Thu May 10 10:23:00 2018 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B0D4FC3B75 for ; Thu, 10 May 2018 10:23:00 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16E9375746 for ; Thu, 10 May 2018 10:22:59 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 1F1982605C5; Thu, 10 May 2018 12:22:58 +0200 (CEST) Subject: Re: jack_umidi : Can't send MIDI to audio interface To: Marcel Bonnet , FreeBSD multimedia References: From: Hans Petter Selasky Message-ID: <04829997-d245-2293-2295-fb99ccd36cc3@selasky.org> Date: Thu, 10 May 2018 12:22:50 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 10:23:00 -0000 On 05/10/18 04:49, Marcel Bonnet wrote: > Hi, > > I'm running 11.1-RELEASE . Audio interface is M-AUDIO Fast Track Pro. > Everything works good, except that MIDI is not working bi-directional > > Using jack_umidi 1.0.8 I can control virtual synths. But the USB interface > does not blink the MIDI Output led when I play the jack_keyaboard connected > to the Fast Track Pro input. > > I tested with jack_midi_dump : it dumps MIDI messages received from Jack > Keyboard or from my external Keyboard (Roland XP-30), as you can see below. > > What could I do to send MIDI messages to my external interface? Might also be a permissions issue on /dev/umidiX.Y . --HPS