Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread Pedro Lopez-Cabanillas
On Saturday, August 7, 2010, Elimar Green wrote: > This was all basically implemented at one point in FluidSynth with a > settings option and detection of SYSEX MIDI mode change messages, > which would modify the current settings value dynamically. It was > removed because it was deemed incomplete

Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread Pedro Lopez-Cabanillas
On Sunday, August 8, 2010, David Henningsson wrote: > >>> SF2 (SoundFont) files (like GeneralUser, FluidR3,...) have bank numbers > >>> < 127 for melodic sounds and 128 for Drum kits, as recommended by the > >>> SoundFont specification [5]. It is necessary to map the MIDI Bank > >>> Select numbers

Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread Pedro Lopez-Cabanillas
On Saturday, August 7, 2010, S. Christian Collins wrote: > Another option, rather than try to guess what bank select mode to use > would be to default to the GS standard, but have an option to use XG > mode--this could even be a switch added to Qsynth easily enough for us > GUI folks. Defaulting t

Re: Re: [fluid-dev] New voice overflow code committed

2010-08-08 Thread Bernd Casper
Gents, let me notice here, as a side information, my practical experience with FS working real-time, that usage of more than one FS instances raises the performance of all test systems intensely. On my AMD DualCore 2x3 GHz system (organ console) I was able to reduce the CPU usage to around 5-10%

Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread Elimar Green
This was all basically implemented at one point in FluidSynth with a settings option and detection of SYSEX MIDI mode change messages, which would modify the current settings value dynamically. It was removed because it was deemed incomplete (as far as all the additional functionality which comes

Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread jimmy
--- On Sat, 8/7/10, Elimar Green wrote: > From: Elimar Green > Subject: Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket > #65) > To: "jimmy" > Cc: fluid-dev@nongnu.org > Date: Saturday, August 7, 2010, 9:51 AM > This was all basically implemented at > one point in Fluid

[fluid-dev] buildsystem news

2010-08-08 Thread Pedro Lopez-Cabanillas
Hi all, David fixed the autotools buildsystem, and I've updated the version numbers for the next release. Please review: package = fluidsynth-1.1.2 library = libfluidsynth.so.1.4.0 The libtool version number scheme seems to me like a ridiculous mystification. Anyway, I've included a brief expla

Re: MIDI Bank Select proposal (was Re: [fluid-dev] Re: Son of ticket #65)

2010-08-08 Thread David Henningsson
2010-08-04 23:31, Pedro Lopez-Cabanillas skrev: > On Wednesday, August 4, 2010, David Henningsson wrote: >> 2010-08-03 22:48, Pedro Lopez-Cabanillas skrev: >>> [Sorry, this is a bit long...] >> >> I'm glad you took the time to sort it out! >> >>> MIDI Bank Select messages are Control Change #0 (MSB

[fluid-dev] FluidSynth 1.1.2 release notes

2010-08-08 Thread David Henningsson
I started drafting on 1.1.2's changelog here: https://sourceforge.net/apps/trac/fluidsynth/wiki/ChangeLog1_1_2 Big changes: * New CMake build system [plcl] * Winbuild directory dropped, autotools deprecated but still working * Rewriting of thread safety [diwic] * Describe the t