From owner-freebsd-java@FreeBSD.ORG Sun Jan 4 10:31:52 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB0EC16A4CE for ; Sun, 4 Jan 2004 10:31:52 -0800 (PST) Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D558043D55 for ; Sun, 4 Jan 2004 10:31:50 -0800 (PST) (envelope-from mirya@ukrpost.net) Received: from dialup-146.241.sitel.com.ua ([217.27.146.241]) by may.priocom.com with asmtp (Exim 4.24) id 1AdD01-0005lo-Pe for freebsd-java@freebsd.org; Sun, 04 Jan 2004 20:29:21 +0200 Date: Sun, 4 Jan 2004 20:34:49 +0200 From: Kyryll A Mirnenko X-Mailer: The Bat! (v1.61) Personal Organization: X-Priority: 3 (Normal) Message-ID: <373029739.20040104203449@ukrpost.net> To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Writing SOFTWARE Synthesizer X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kyryll A Mirnenko List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 18:31:52 -0000 My problem is to write pure-java software midi to wave convertor, saying simply Synthesizer. Just to get midi output back to audio input. I've found Java has internal software synth., but I really can't find a way to get the synthesized sound back to produce WAV. If you're familiar with Java Sound API, REPLY!