From owner-freebsd-multimedia@freebsd.org Thu May 10 13:54:56 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 30E97FCA458 for ; Thu, 10 May 2018 13:54:56 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 C333A84FA0 for ; Thu, 10 May 2018 13:54:55 +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 866652617B9; Thu, 10 May 2018 15:54:54 +0200 (CEST) Subject: Re: jack_umidi : Can't send MIDI to audio interface To: Marcel Bonnet Cc: FreeBSD multimedia References: <04829997-d245-2293-2295-fb99ccd36cc3@selasky.org> <89bfed26-926e-d081-e677-d23fdba2d681@selasky.org> From: Hans Petter Selasky Message-ID: <01805d97-31aa-e931-d01f-3b1edc649c4d@selasky.org> Date: Thu, 10 May 2018 15:54:46 +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 13:54:56 -0000 On 05/10/18 15:50, Marcel Bonnet wrote: > I think the synth is listening : I set up Jack Keyboard to the same channel > on the synth. And what really worries me about is the fact of USB Interface > not blinking the MIDI output status light. So it seems the interface is not > receiving any data from the computer. You can test /dev/umidi0.0 and see if the led is blinking if you echo some 0xff characters there. --HPS