From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 27 19:37:56 2004 Return-Path: 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 E648D16A4CE for ; Mon, 27 Dec 2004 19:37:56 +0000 (GMT) Received: from yoda.dccnet.com (yoda.dccnet.com [24.207.1.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E8643D54 for ; Mon, 27 Dec 2004 19:37:56 +0000 (GMT) (envelope-from f7@dccnet.com) Received: from [192.168.1.10] (unverified [24.207.34.194]) by dccnet.com for ; Mon, 27 Dec 2004 11:37:56 -0800 Message-ID: <41D06506.6020606@dccnet.com> Date: Mon, 27 Dec 2004 11:39:50 -0800 From: Brolin User-Agent: Mozilla Thunderbird 1.0 (X11/20041223) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: MIDI programming X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 19:37:57 -0000 Hello, I want to write C programs that (send MIDI messages to) play notes for playback on a software synthesizer. On Windows I can do this by using the midiOutShortMsg API, using for playback the software synthesizer included with Win98 and Win2k. How can I do this on FreeBSD (5.3)? Thanks, Brolin