fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Building Fluidsynth 1.1.4 on Windows with Jack for Windo


From: David Henningsson
Subject: Re: [fluid-dev] Building Fluidsynth 1.1.4 on Windows with Jack for Windows Support
Date: Wed, 24 Aug 2011 11:26:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110809 Thunderbird/6.0

On 08/20/2011 12:37 PM, Graham Goode wrote:
Hi,

I am pleased to report that I have a successful compile and a working
fluidsynth library using Jack for Windows 1.9.8 with Fluidsynth 1.1.4.

One critical change was needed in fluid_jack.c, I replaced

  free (jack_ports);  /* free jack ports array (not the port values!) */

with :

    jack_free (jack_ports);  /* free jack ports array (not the port values!) */

Fixed in r432. Thanks!

// David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]