From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 17:53:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B88B016A4CE for ; Tue, 20 Jan 2004 17:53:18 -0800 (PST) Received: from users.757.org (users.757.org [216.54.62.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C9F43D1F for ; Tue, 20 Jan 2004 17:53:17 -0800 (PST) (envelope-from telmnstr@757.org) Received: from users.757.org (telmnstr@localhost [127.0.0.1]) by users.757.org (8.12.9/8.12.5) with ESMTP id i0L1u7HB038888 for ; Tue, 20 Jan 2004 20:56:07 -0500 (EST) (envelope-from telmnstr@757.org) Received: from localhost (telmnstr@localhost) by users.757.org (8.12.9/8.12.5/Submit) with ESMTP id i0L1u7mx038885 for ; Tue, 20 Jan 2004 20:56:07 -0500 (EST) X-Authentication-Warning: users.757.org: telmnstr owned process doing -bs Date: Tue, 20 Jan 2004 20:56:07 -0500 (EST) From: Ethan To: freebsd-questions@freebsd.org Message-ID: <20040120205555.U38787-100000@users.757.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: MIDI on the PCM driver? Does it work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 01:53:18 -0000 Hello all, I was working on writing some software (to be released on freshmeat) that controls some midrange Behringer audio processing units via MIDI. However, on my system the /dev/midi0 and /dev/sequencer0 cannot be opened, as if they don't work. Does the PCM driver work with MIDI output? Not in the sense of a software synth, but actual physical midi communication out of the game port connected UART? -- Ethan