Re: [fluid-dev] Re : Re: Re : Re: Re : two questions about generating mono ouput

2015-05-14 Thread Ien Cheng
Thanks JJC. I'll go ahead and use the adding method for now. If I ever see a need and get around to creating a mono output API I'll certainly offer it back to the maintainers in case they want to include it. All the best, Ien On Thu, May 14, 2015 at 2:14 PM, CERESA Jean-Jacques ENAC/ENAC < jean-ja

[fluid-dev] MTS and Single Note Tuning Change

2015-05-14 Thread David Bellows
Hello all, I'm currently working on a massive music-generating program that allows the user to do a huge variety of things including using any tuning imaginable from standard 12-TET to Just Intonation to 256-EDO to infinity. It's crazy. Right now I'm using Timidity and generating Timidity tuning

[fluid-dev] Re : Re: Re : Re: Re : two questions about generating mono ouput

2015-05-14 Thread CERESA Jean-Jacques ENAC/ENAC
> Is it very unusual to need mono output? I don't know if anyone can say that it is usual or not to need mono output. The fact is many music are recorded at least in stereo. This is why many synthesizers follow this standard. SoundFont 2.01 synthesiser model is based on mono or stereo sample. I am

Re: [fluid-dev] Re : Re: Re : two questions about generating mono ouput

2015-05-14 Thread Ien Cheng
Ah yes hadn't even thought about that -- good point. Is it very unusual to need mono output? If it's a common need, maybe I'll hack the API to provide a way to do it directly -- does the FluidSynth project accept pull requests for things like this? --Ien On May 14, 2015 10:57 AM, "CERESA Jean-Jac

[fluid-dev] Re : Re: Re : two questions about generating mono ouput

2015-05-14 Thread CERESA Jean-Jacques ENAC/ENAC
Hi >Adding the two channels seems like the straightforward and more natural thing >to do. Really, way 2 is the right way. Has you say,this is the more straightforward, because even if you choose the way 1, you solve your initial level problem, but you change the panoramic balance beetween v

Re: [fluid-dev] Re : two questions about generating mono ouput

2015-05-14 Thread Ien Cheng
Thanks JJC - That's all very helpful! Adding the two channels seems like the straightforward and more natural thing to do. All the best, Ien On Thu, May 14, 2015 at 9:32 AM, CERESA Jean-Jacques ENAC/ENAC < jean-jacques.cer...@enac.fr> wrote: > Hi, > > >If this is the correct way to generate mo

[fluid-dev] Re : two questions about generating mono ouput

2015-05-14 Thread CERESA Jean-Jacques ENAC/ENAC
Hi, >If this is the correct way to generate mono output ? When any audio device (i.e the fluid_synth_write_s16() or another device) supplies a stereo (left,right) signal, the right way to transfort this signal in a mono signal with the same level is to sum left and right part.: Mono signal