Re: [fluid-dev] Fwd: Re: question on linear interpolation

2016-01-02 Thread Brad Stewart
Thanks, I'll also try this: http://sourceforge.net/p/fluidsynth/wiki/BuildingWithCMake/ Brad On Sat, Jan 2, 2016, at 10:36 AM, Element Green wrote: > > Element Green > -- Forwarded message -- From: "element1green" > Date: Jan 2, 2016 11:33 AM Subject: Re: [fluid- > dev] quest

[fluid-dev] Fwd: Re: question on linear interpolation

2016-01-02 Thread Element Green
Element Green -- Forwarded message -- From: "element1green" Date: Jan 2, 2016 11:33 AM Subject: Re: [fluid-dev] question on linear interpolation To: "FluidSynth mailing list" Cc: Use capital -O0 for the optimization. Element On Jan 2, 2016 10:58 AM, "Brad Stewart" wrote: > Yes

Re: [fluid-dev] question on linear interpolation

2016-01-02 Thread Brad Stewart
Yes, I am building the shell. Interestingly, it stores the executable in a hidden directory /fluidsynth/src/.libs The console window only displays the shell and I see no error messages. I'll need to figure out how to display internal printf messages. I am having problems buil

Re: [fluid-dev] question on linear interpolation

2016-01-02 Thread Element Green
Hello Brad, It sounds like you really need to get debugging working. From what you said about the "interp num" command, I assume you are building the fluidsynth command shell. Do you get any relevant error messages on the console (probably the same terminal you are running fluidsynth from - but

Re: [fluid-dev] question on linear interpolation

2016-01-02 Thread Marcus Weseloh
Hi Brad, Out of curiosity I checked that the interp setting actually had an effect by adding printf statements to the relevant functions. The fluid_rvoice_dsp_interpolate_linear function is called just fine if you set "interp 1" in the FluidSynth shell. Seems like you've got a problem with your de