From owner-freebsd-hackers@freebsd.org Sun Jul 23 08:17:18 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 724C5C7FC26 for ; Sun, 23 Jul 2017 08:17:18 +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 3F0D17CC22 for ; Sun, 23 Jul 2017 08:17:18 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (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 74D322607A3; Sun, 23 Jul 2017 10:17:15 +0200 (CEST) Subject: Re: Do midi devices work on FreeBSD? To: Yuri , Freebsd hackers list References: <9d39ebdc-8b61-b3f9-b6c1-1b99e1f932e6@rawbw.com> <7a073732-defe-d301-68ca-1b165f0aa794@selasky.org> <6a2d5d68-3c51-6cfd-7ce6-42b207ed9e56@rawbw.com> From: Hans Petter Selasky Message-ID: Date: Sun, 23 Jul 2017 10:15:05 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <6a2d5d68-3c51-6cfd-7ce6-42b207ed9e56@rawbw.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2017 08:17:18 -0000 On 07/23/17 03:41, Yuri wrote: > On 07/21/2017 08:30, Hans Petter Selasky wrote: >> >> All USB MIDI devices work out of the box. If you need low latency look >> for high speed one. > > Hi, You should add support for raw MIDI, that means a filesystem socket (mkfifo) and/or /dev/umidiX.Y The USB MIDI devices don't interface with the kernel's MIDI API. Typically /usr/ports/audio/midipp can be used to bridge between JACKD and MIDI devices. --HPS