[fluid-dev] Win32 midi loopback driver -- WAS Re: Build help on win32 with MinGW (resolved)

2009-10-11 Thread jimmy
> Date: Sun, 11 Oct 2009 00:17:28 -0700 > > Now to  > figure out how to route some MIDI through the winmidi > driver and test  > some SYSEX data.  Clues into how to do this would be > most welcome! Josh, Haven't use Windows for years, but have read about "Midi Yoke", or "Hubi's Loopback". I b

[fluid-dev] exporting SYSEX files from fluidsynth

2009-10-11 Thread Ebrahim Mayat
On Oct 11, 2009, at 12:11 AM, j...@resonance.org wrote: Its called the MIDI Tuning Standard. There are 2 different forms of it. The older one doesn't properly support tuning bank #s. They created a second revision of it to fix that oversight and provide some additional things (such as o

[fluid-dev] Re: Fast file renderer

2009-10-11 Thread josh
Quoting David Henningsson : So we have three cases here: 1) Libsndfile < 1.0.18, no vorbis support 2) Libsndfile >= 1.0.18, compiled without vorbis support 3) Libsndfile >= 1.0.18, compiled with vorbis support We agree that 1 and 3 works currently, right? Right. In case 2, I believe the S

[fluid-dev] Re: Fast file renderer

2009-10-11 Thread David Henningsson
j...@resonance.org wrote: Quoting David Henningsson : I realized that PKG_CHECK_MODULES could be used for checking the libsndfile version, so I've committed what I think fixes the problem, have a look and see if it is what you expect. // David I looked over your changes. I don't think depe

[fluid-dev] Re: Build help on win32 with MinGW (resolved)

2009-10-11 Thread josh
Never mind! I discovered that libintl.dll.a was missing which is needed as a side effect of using glib. There was a rather prominent warning during the link stage of libfluidsynth, but I didn't read the whole thing (assumed it was just there to be annoying ;) which would have clued me int