Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread josh
I know what is wrong with the knobs. It seems QSynth polls for the values immediately after assigning them. The gain, reverb and chorus are now queued as events in 1.1.0 when assigned from a non-synthesis thread (for proper thread safety). To fix this, we need to make the most recently a

Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread Rui Nuno Capela
hi Josh, no hard feelings. whatsoever. it might sound harsh but, trust me, it is not. it's just what i should tell and hide no more. surely, i am half-guilty as bad, to only get to this after you made the release. i should had pay more attention during development time. but i guess you know the

Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread josh
Just a quick follow up, since I just built the latest QSynth against FluidSynth 1.1.0. I can now confirm that it is "really broken" ;) It seemed to work fine with an older QSynth binary that I had, but I can see there are definitely issues. The settings on the knobs jump around when tryi

Re: [fluid-dev] FluidSynth 1.1.0 "A More Solid Fluid" released!

2009-11-03 Thread josh
Hello, Quoting ?? ? : Hello. I am very happy to see the new FluidRelease. I am try to compile FluidSynth with Visual Studio. I am checkout sourcecode and download and extract glib. I open project. I specify GLIB include path in Additional Include Directories(Configuration Propertie

Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread josh
Hello Rui, Sorry to hear you are so upset with the release. We'll do what we can to set things right! Quoting Rui Nuno Capela : On Tue, 03 Nov 2009 17:04:59 +0100, David Henningsson wrote: Rui Nuno Capela wrote: i am sorry to chime in this late, but qsynth won't support this fluidsynth re

Re: [fluid-dev] Problem compiling from svn source on MacOSX

2009-11-03 Thread Ebrahim Mayat
On Nov 3, 2009, at 10:26 AM, Felix Krause wrote: Hi all, I'm trying to compile fluidsynth from svn source on MacOSX. autogen.sh gives me the following output: libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DI

Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread Rui Nuno Capela
On Tue, 03 Nov 2009 17:04:59 +0100, David Henningsson wrote: > Rui Nuno Capela wrote: >> i am sorry to chime in this late, but qsynth won't support this >> fluidsynth release. > > :-( > >> first of all build fails due to (const char *) api change. > > Right, I'll let Josh answer to this, I thoug

Re: [fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread David Henningsson
Rui Nuno Capela wrote: i am sorry to chime in this late, but qsynth won't support this fluidsynth release. :-( first of all build fails due to (const char *) api change. Right, I'll let Josh answer to this, I thought he only changed the input API, not the callbacks. But that is easily fixe

[fluid-dev] Problem compiling from svn source on MacOSX

2009-11-03 Thread Felix Krause
Hi all, I'm trying to compile fluidsynth from svn source on MacOSX. autogen.sh gives me the following output: libtoolize: putting auxiliary files in `.'. libtoolize: linking file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: linking file `m4/libtool.m4' li

[fluid-dev] Qsynth broken with FluidSynth 1.1.0

2009-11-03 Thread Rui Nuno Capela
On Mon, 02 Nov 2009 12:15:45 -0800, j...@resonance.org wrote: > On behalf of the FluidSynth development team, I'm happy to announce > the release of FluidSynth 1.1.0 "A More Solid Fluid". > This is the result of a 6 month development cycle and is the most > significant release since 1.0.0. >