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

2018-06-11 Thread Ceresa Jean-Jacques
I Matt, >I just want to check my understanding here: Are you saying that playing  midi >files won't work (in fluidsynth version 1) ? No, Tom simply said that in version 1.x, the MIDI messages coming from a MIDI file cannot be filtered by the router. But this lack of functionality has been rece

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

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

2018-06-11 Thread Matt Wallis
Hi, Background: I'm generating midi files using Lilypond. I want to create audio that uses instruments from different soundfonts, and I want to control this from the unix command line, so that audio production is in an automated pipeline (I use gnu make). My first attempt to do this was via