From owner-freebsd-questions Tue Jan 11 11:56:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id BC42314F7D for ; Tue, 11 Jan 2000 11:56:50 -0800 (PST) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id LAA15127 for ; Tue, 11 Jan 2000 11:56:43 -0800 (PST) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id LAA11649; Tue, 11 Jan 2000 11:56:45 -0800 (PST) Date: Tue, 11 Jan 2000 11:56:44 -0800 From: Gary Kline To: freebsd-questions@FreeBSD.ORG Subject: Old SB16 and MIDI on FreeBSD-3.2 Message-ID: <20000111115644.A11364@athena.sea.tera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paraphrasing Ronnie, ``Well, here we go again... .'' I've found some ancient (1988-89) code and documentation that teaches the very basics of MIDI programming. I ported this test code to my FreeBSD-3.2 environment. Now I need to know if there is a way of getting my antique SB16 to do MIDI?? Right now I can cat file.wav > /dev/dsp or cat file.au > /dev/audio. Works fine. This is with the following in my KERNEL conf file: #sound card SB16 # ## after k. drobnac # device pcm0 at isa? port? tty irq 5 drq 1 flags 0x0 I'd rather not wait for release 4.X (which ought to have the sound drivers nailed) to play around with things-midi. Anybody out there done this with an OLD SB16? TM, gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message