Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-19 Thread Tom M.
Thanks Matt! It's a bug indeed, we're tracking this as issue #400. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-19 Thread Matt Wallis
On 15/06/2018 18:08, Tom M. wrote: set player.reset-synth 0 That did not fix it, but as I say above, the command line version did. Might be a bug. Could you please send the config.fluidsynth you used? Here's the config file: set player.reset-synth 0 load /opt/local/share/sounds/sf2/Gene

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Ceresa Jean-Jacques
Message du 15/06/18 18:55 > De : "Matt Wallis" > A : "Tom M." > Copie à : "FluidSynth mailing list" > Objet : Re: [fluid-dev] Using multiple soundfonts from unix command line > > On 15/06/2018 13:12, Tom M. wrote: > Can I now run fluidsynth2 d

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Tom M.
> My reading of the manpage is that if the first parameter to CC is between 1 > and 31, or between 33 and 127, then it is multiplied by 0, and then 0 is > added. i.e. it is set to zero. Correct. And thinking about it again it's actually incorrect. It should be router_par1 1 31 1 0 and rout

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Matt Wallis
On 15/06/2018 13:12, Tom M. wrote: Can I now run fluidsynth2 direct from the command line using `src/fluidsynth` - will it pick up the correct libraries/Frameworks? Yes otherwise it wouldnt run. :-) Running `src/fluidsynth' seems to work for fast-rendering directly to a WAV file, but not for

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Tom M.
> Can I now run fluidsynth2 direct from the command line using > `src/fluidsynth` - will it pick up the correct libraries/Frameworks? Yes otherwise it wouldnt run. > Running `src/fluidsynth' seems to work for fast-rendering directly to a > WAV file, but not for playing the audio directly (I get

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Marcus Weseloh
Hi Matt, Am Fr., 15. Juni 2018 um 10:33 Uhr schrieb Matt Wallis : > [...] > However, when listening back to the audio, I'm not getting Cello (from > sfont 2) on channel 4/5 or Finger bass (from sfont 1) on channel 6/7. > What I'm getting sounds like 'Yamaha C5 Grand' on every channel. > Of course

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-15 Thread Matt Wallis
olution? All the best, Matt. All the best. jjc > Message du 11/06/18 23:53 > De : "Matt Wallis" > A : "Tom M." > Copie à : fluid-dev@nongnu.org > Objet : Re: [fluid-dev] Using multiple soundfonts from unix command line >

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-11 Thread Ceresa Jean-Jacques
ssage du 11/06/18 23:53 > De : "Matt Wallis" > A : "Tom M." > Copie à : fluid-dev@nongnu.org > Objet : Re: [fluid-dev] Using multiple soundfonts from unix command line > > On 11/06/2018 17:01, Tom M. wrote: > > Unfortunately, the procedure described a

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-11 Thread Matt Wallis
On 11/06/2018 17:01, Tom M. wrote: Unfortunately, the procedure described above has no effect when playing midi files. I've just implemented it in our latest development version. This feature will be part of fluidsynth 2.0. If you need it now, you'll have to check out the source code from our

Re: [fluid-dev] Using multiple soundfonts from unix command line

2018-06-11 Thread Tom M.
> I guess that the instructions in myMusic.mid override what I had set up in > the config file. Your first attempt is correct, your guess too. You have to use the midi router to prevent all prog change and bank change events from your midi file to be passed to the synth. This can be achieved by