Re: [fluid-dev] Multiple Synthesizers

2014-09-29 Thread Garth Hjelte
At 11:43 AM 9/29/2014, you wrote: >Hmm, the bank offset is defined as an 'int' - so there is plenty of >room for "full" SoundFonts even on a 32bit architecture. Those banks >aren't selectable with MIDI but as long as your app can select them >via fluidsynth's API there shouldn't be any problem. M

Re: [fluid-dev] Multiple Synthesizers

2014-09-29 Thread R. Mattes
On Mon, 29 Sep 2014 12:01:02 -0400, fluid-dev-request wrote > > At 01:28 AM 9/29/2014, you wrote: > > >> Can you have different Fluidsynth Synthesizers open at one time? > >> If I could make another synthesizer, then I'd have more room. Is that > >> doable? > > >In general, yes. You can certainly

Re: [fluid-dev] Multiple Synthesizers

2014-09-29 Thread Garth Hjelte
At 01:28 AM 9/29/2014, you wrote: >> Can you have different Fluidsynth Synthesizers open at one time? >> If I could make another synthesizer, then I'd have more room. Is that doable? >In general, yes. You can certainly make several fluid_synth_t objects >and they will just work independently of