From owner-freebsd-multimedia@freebsd.org Thu May 10 10:12:38 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 7E552FC37B1 for ; Thu, 10 May 2018 10:12:38 +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 162F672B94 for ; Thu, 10 May 2018 10:12:38 +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 5641A2605C5; Thu, 10 May 2018 12:12:35 +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: <409cc3ad-29c8-4e49-437e-13558eea7933@selasky.org> Date: Thu, 10 May 2018 12:12:26 +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:12:38 -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? > > +11264: fe > +5888: 90 42 56 note on (channel 0): pitch 66, velocity 86 > +256: 90 3f 4a note on (channel 0): pitch 63, velocity 74 > +512: 90 3b 2b note on (channel 0): pitch 59, velocity 43 > +4608: fe > +5632: 80 3f 54 note off (channel 0): pitch 63, velocity 84 > +1: 80 42 76 note off (channel 0): pitch 66, velocity 118 > +1023: 80 3b 32 note off (channel 0): pitch 59, velocity 50 > +4608: fe > +11264: fe > +2048: 90 44 4a note on (channel 0): pitch 68, velocity 74 > +2560: 90 42 48 note on (channel 0): pitch 66, velocity 72 > +256: 90 41 43 note on (channel 0): pitch 65, velocity 67 > +2048: 80 44 58 note off (channel 0): pitch 68, velocity 88 > +768: 80 42 7c note off (channel 0): pitch 66, velocity 124 > +512: 90 3f 5c note on (channel 0): pitch 63, velocity 92 > +1280: 80 41 71 note off (channel 0): pitch 65, velocity 113 > +512: 90 3b 4a note on (channel 0): pitch 59, velocity 74 > +1280: fe > +256: 80 3f 7a note off (channel 0): pitch 63, velocity 122 > +10240: 80 3b 52 note off (channel 0): pitch 59, velocity 82 > Hi, Can you show how you start the different daemons? --HPS