Re: [fluid-dev] Imminent 1.1.3 release?

2010-10-09 Thread David Henningsson
On 2010-10-09 18:44, Graham Goode wrote: Hi Guys, A couple of big requests related to having a release: First, so far we have not released windows .exe or .dll files, but released source code only. If someone would like to step up to test build every new release on windows, I would welcome t

Re: [fluid-dev] FluidSynth backend for SDL_mixer

2010-10-09 Thread Matt Giuca
> Mix_LoadMUS does take a filename but an application can also call > Mix_LoadMUS_RW, which takes an SDL_RWops. All the existing backends > support this. > Ah, OK then. I was sort of expecting that (but didn't find it when I looked), since most SDL things let you take a RWop. This may be oversimp

Re: [fluid-dev] FluidSynth backend for SDL_mixer

2010-10-09 Thread James Le Cuirot
On Thu, 7 Oct 2010 10:42:22 +1100 Matt Giuca wrote: > > I did. The main problem was that it only takes a file path, not a > > file handle. I looked at whether it would be easy to add a function > > for this but it didn't seem to fit into the playlist design. > > > > True, the fluid MIDI file pla

Re: [fluid-dev] Imminent 1.1.3 release?

2010-10-09 Thread Graham Goode
Hi Bernd, Compiling a release with the ASIO drivers would require registering with Stienberg, using Jack (which has ASIO support built in) would be a simple extension of the GPL... I think. GrahamG ___ fluid-dev mailing list fluid-dev@nongnu.org http:/

Re: [fluid-dev] Imminent 1.1.3 release?

2010-10-09 Thread Bernd Casper
Gents, if this would be possible, I'd definitely appreciate if ASIO support could be included into FS *directly*, without introducing a further piece of software. I seem to remember this already was announced an accepted ticket earlier, but I haven't any idea how far this went. Regards Bernd.

Re: [fluid-dev] Imminent 1.1.3 release?

2010-10-09 Thread Graham Goode
Hi Guys, A couple of big requests related to having a release: 1) Would it be possible to have a windows build released with both dsound and jack drivers? 2) Would it also be possible to have a How-To on how to compile the windows version of fluidsynth with both dsound and jack? These requests a

Re: [fluid-dev] compatibility version problem

2010-10-09 Thread Ebrahim Mayat
On Oct 9, 2010, at 6:33 AM, James Le Cuirot wrote: On Fri, 8 Oct 2010 19:34:12 +0200 "Pedro Lopez-Cabanillas" wrote: The autotools build system uses libtool, and these funny numbers are a consequence of the libtool numbering scheme. The numbers are absurd, BTW. What means the current version

Re: [fluid-dev] Imminent 1.1.3 release?

2010-10-09 Thread Ebrahim Mayat
On Oct 8, 2010, at 5:01 PM, Ebrahim Mayat wrote: On Oct 8, 2010, at 3:34 PM, David Henningsson wrote: Good. I've started to prepare the 1.1.3 release, see https://sourceforge.net/apps/trac/fluidsynth/wiki/ChangeLog1_1_3 Hi David I would also like to acknowledge the contributions by Benjam

Re: [fluid-dev] compatibility version problem

2010-10-09 Thread James Le Cuirot
On Fri, 8 Oct 2010 19:34:12 +0200 "Pedro Lopez-Cabanillas" wrote: > The autotools build system uses libtool, and these funny numbers are > a consequence of the libtool numbering scheme. The numbers are > absurd, BTW. What means the current version number "6.0.0"? I read this article today and th