Re: [fluid-dev] MIDI bank select problems

2013-11-29 Thread Element Green
That makes sense to me too. Element On Fri, Nov 29, 2013 at 6:15 PM, Chris Robinson wrote: > On 11/29/2013 11:31 AM, Element Green wrote: > >> The original MIDI standard pretty much spells that out, though I think >> there was some confusion around it leading to divergent vendor standards. >>

Re: [fluid-dev] MIDI bank select problems

2013-11-29 Thread Chris Robinson
On 11/29/2013 11:31 AM, Element Green wrote: The original MIDI standard pretty much spells that out, though I think there was some confusion around it leading to divergent vendor standards. CC 32-63 are supposed to be the least significant bytes and CC 0-31 the most significant bytes of 14 bit

Re: [fluid-dev] MIDI bank select problems

2013-11-29 Thread Element Green
On Thu, Nov 28, 2013 at 11:53 PM, Chris Robinson wrote: > On 11/28/2013 08:05 PM, Element Green wrote: > >> Good idea to read through the archives.. I also did this and came up with >> a thread which occurred around the date when the code was checked in for >> the synth.midi-bank-select option.

Re: [fluid-dev] MIDI bank select problems

2013-11-28 Thread Chris Robinson
On 11/28/2013 08:05 PM, Element Green wrote: Good idea to read through the archives.. I also did this and came up with a thread which occurred around the date when the code was checked in for the synth.midi-bank-select option. I came up with this email in particular from Pedro which describes t

Re: [fluid-dev] MIDI bank select problems

2013-11-28 Thread Element Green
On Thu, Nov 28, 2013 at 8:32 PM, Chris Robinson wrote: > On 11/28/2013 10:51 AM, Element Green wrote: > >> Did you see any information that indicated that "mma" mode was supposed to >> be GM2? >> > > When I read this old thread: archive/html/fluid-dev/2012-07/msg00024.

Re: [fluid-dev] MIDI bank select problems

2013-11-28 Thread Chris Robinson
On 11/28/2013 10:51 AM, Element Green wrote: Did you see any information that indicated that "mma" mode was supposed to be GM2? When I read this old thread: , it sounds implied. It lists GM, GS, XG, and GM2 as bank selecti

Re: [fluid-dev] MIDI bank select problems

2013-11-28 Thread Element Green
Hello, Looking at the SVN log, I see that it was Pedro Lopez-Cabanillas who added the synth.midi-bank-select setting and code. Perhaps he has a better idea of what the "mma" mode is all about. I'll see if I can be of any help though.. On Thu, Nov 28, 2013 at 7:38 AM, Chris Robinson wrote: > H

[fluid-dev] MIDI bank select problems

2013-11-28 Thread Chris Robinson
Hello. I'm toying around with adding a MIDI interface to OpenAL Soft, allowing applications to specify timestamped MIDI events for sample-perfect timing. I'm using FluidSynth to render the MIDI into my output buffer to get mixed in with all the other sounds. In general, it's all working splen