Re: [fluid-dev] Fluidsynth bugs in debian

2015-09-14 Thread David Henningsson
(Adding fluid-dev list) On 2015-09-14 09:37, Jaromír Mikeš wrote: Hi, I am get involved in fluidsynth packaging... There are two bugs which I would like report to you: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760209 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760210 Are you awa

Re: [fluid-dev] fluidsynth bugs

2010-09-24 Thread Victor . Lazzarini
Oh, well, I'll download and build it again. Thanks for the tip Victor - Original Message - From: Matt Giuca Date: Thursday, September 23, 2010 11:50 pm Subject: Re: [fluid-dev] fluidsynth bugs To: Victor Lazzarini Cc: fluid-dev@nongnu.org > Hi Victor, > > > 1. It r

Re: [fluid-dev] fluidsynth bugs

2010-09-24 Thread Victor . Lazzarini
I have tried that, but it does not work. I think reset-synth and reset-presets are not the same thing. Victor - Original Message - From: Elimar Green Date: Friday, September 24, 2010 2:02 am Subject: Re: [fluid-dev] fluidsynth bugs To: victor.lazzar...@nuim.ie Cc: FluidSynth Devel

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Matt Giuca
> You should be able to set any "settings" option with the -o switch. > Example: > fluidsynth -o player.reset-synth=0 > That should work, if in fact there is a "real reason" why these files are all piano-sounding (i.e., there's something weird about the midi files that's causing them to be reset)

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Elimar Green
Hello Victor, On Thu, Sep 23, 2010 at 12:26 PM, wrote: > Regarding the first problem, I have identified in my first e-mail the API > function that uses the > reset-presets parameter. All you need to do is implement an option for the > command-line to > set that parameter. I can suggest the code

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Matt Giuca
Hi Victor, > 1. It resets all channes to prg 1, so when you play a midifile, all we get is > piano from GM soundfonts. I have asked about this here, but no one responded. > With a call to > >  fluid_synth_sfload(synth, p->soundfont, 0); > >  it seems this behaviour is prevented. But there does n

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Ebrahim Mayat
On Sep 23, 2010, at 3:26 PM, victor.lazzar...@nuim.ie wrote: Regarding the first problem, I have identified in my first e-mail the API function that uses the reset-presets parameter. All you need to do is implement an option for the command-line to set that parameter. I can suggest the code

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Victor . Lazzarini
sage - From: Ebrahim Mayat Date: Thursday, September 23, 2010 7:50 pm Subject: Re: [fluid-dev] fluidsynth bugs To: victor.lazzar...@nuim.ie Cc: FluidSynth Devel > > On Sep 23, 2010, at 2:16 PM, victor.lazzar...@nuim.ie wrote: > > > Sorry, but my midi file has plent

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Ebrahim Mayat
On Sep 23, 2010, at 2:16 PM, victor.lazzar...@nuim.ie wrote: Sorry, but my midi file has plenty of PCs in it. With my own fluidsynth client (and other software) it plays as expected. The problem is the reset-presets parameter in the sfont loading function. For starters, you could send your

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Victor . Lazzarini
gards Victor - Original Message - From: Ebrahim Mayat Date: Thursday, September 23, 2010 7:06 pm Subject: Re: [fluid-dev] fluidsynth bugs To: Victor Lazzarini Cc: fluid-dev@nongnu.org > > On Sep 23, 2010, at 10:33 AM, Victor Lazzarini wrote: > > > Hi everyone > &g

Re: [fluid-dev] fluidsynth bugs

2010-09-23 Thread Ebrahim Mayat
On Sep 23, 2010, at 10:33 AM, Victor Lazzarini wrote: Hi everyone there seems to be a couple of bugs with fluidsynth (1.1.1, command- line program): 1. It resets all channes to prg 1, so when you play a midifile, all we get is piano from GM soundfonts. I have asked about this here, but

[fluid-dev] fluidsynth bugs

2010-09-23 Thread Victor Lazzarini
Hi everyone there seems to be a couple of bugs with fluidsynth (1.1.1, command- line program): 1. It resets all channes to prg 1, so when you play a midifile, all we get is piano from GM soundfonts. I have asked about this here, but no one responded. With a call to fluid_synth_sfload(s