From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 1 22:04:09 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D872B16A4DE for ; Fri, 1 Sep 2006 22:04:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E027E43D46 for ; Fri, 1 Sep 2006 22:04:08 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.135.46] (HELO [10.0.0.249]) by mailfe01.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 250009514; Sat, 02 Sep 2006 00:04:04 +0200 From: Hans Petter Selasky To: Alexander Leidinger Date: Sat, 2 Sep 2006 00:04:14 +0200 User-Agent: KMail/1.7 References: <002401c6ca9d$c9a137a0$2c01a8c0@XiaoXiao> <20060828145201.jlnb25l92u8oco8g@webmail.leidinger.net> In-Reply-To: <20060828145201.jlnb25l92u8oco8g@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609020004.15325.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: New USB MIDI driver for FreeBSD 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: Fri, 01 Sep 2006 22:04:09 -0000 On Monday 28 August 2006 14:52, Alexander Leidinger wrote: > Quoting Tom Norris (from Mon, 28 Aug 2006 > > 08:30:43 -0400): > >> It can be used with any MIDI stuff, as long as there is a raw interface. > >> > >> --HPS > > > > You just gave me a reason to go back to FreeBSD as a desktop! I will > > install 6 and your patches tonight! > > You are aware that FreeBSD 6.x does not contain a raw MIDI interface > for any soundcard? And I don't know if the code in -current contains a > _raw_ interface for the cards it supports... Yes, I know. But at least 4Front suggests a raw interface for MIDI, because it will allow all the commands to pass through: http://manuals.opensound.com/developer/MIDI.html I think we should go raw mode for the MIDI UART's. What do you think? When was the MIDI code commited to current ? --HPS