From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 1 21:53:26 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 3F7D016A4DE for ; Fri, 1 Sep 2006 21:53:26 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A309443D45 for ; Fri, 1 Sep 2006 21:53:25 +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 mailfe12.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 100222392; Fri, 01 Sep 2006 23:53:23 +0200 From: Hans Petter Selasky To: Alexander Leidinger Date: Fri, 1 Sep 2006 23:53:35 +0200 User-Agent: KMail/1.7 References: <200608271719.23435.hselasky@c2i.net> <200608280931.50741.hselasky@c2i.net> <20060828100228.a3s7ffry80go44o0@webmail.leidinger.net> In-Reply-To: <20060828100228.a3s7ffry80go44o0@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609012353.36234.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 21:53:26 -0000 On Monday 28 August 2006 10:02, Alexander Leidinger wrote: > Quoting Hans Petter Selasky (from Mon, 28 Aug 2006 > > 09:31:49 +0200): > > On Monday 28 August 2006 08:03, Alexander Leidinger wrote: > >> Quoting Hans Petter Selasky (from Sun, 27 Aug 2006 > >> > >> 17:19:22 +0200): > >> > Hi, > >> > > >> > During the past week I have been working on USB MIDI support for > >> > FreeBSD. I choose the simplest approach, and that was to create a > >> > raw/direct MIDI device. I have created a user-land library called > >> > "umidi20" that will do the low-level sequencing / timing stuff. > >> > >> Is libumidi20 something which only can be used with USB MIDI, or would > >> it be useful for other MIDI stuff too? I don't own any MIDI stuff, so > >> I just ask out of curiosity. > > > > It can be used with any MIDI stuff, as long as there is a raw interface. > > Why using "umidi" in the name then? What about a more generic one? > Universal MIDI. Do you want maybe just "libmidi" ? --HPS