Re: [fluid-dev] FluidSynth and glib

2016-01-13 Thread Chris Robinson
On 01/13/2016 08:47 AM, Ryan Gonzalez wrote: glib isn't actually that huge, and Fluidsynth puts it to good use. Cross-platform threading is hard. I'm writing an application that depends on Fluidsynth, and it wasn't really a program. It's not too difficult to wrap up pthreads and Win32 threads i

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-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 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

[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