From owner-freebsd-multimedia@FreeBSD.ORG Mon Aug 28 07:38:36 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 D86AF16A4DE for ; Mon, 28 Aug 2006 07:38:36 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C54143D45 for ; Mon, 28 Aug 2006 07:38:34 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.36.158] (HELO [10.0.0.249]) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 264183298; Mon, 28 Aug 2006 09:38:33 +0200 From: Hans Petter Selasky To: Alexander Leidinger Date: Mon, 28 Aug 2006 09:31:49 +0200 User-Agent: KMail/1.7 References: <200608271719.23435.hselasky@c2i.net> <20060828080309.w2wptjqqu8cw4gc0@webmail.leidinger.net> In-Reply-To: <20060828080309.w2wptjqqu8cw4gc0@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608280931.50741.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: Mon, 28 Aug 2006 07:38:36 -0000 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. --HPS