Re: [fluid-dev] About documentation and code

2009-01-08 Thread Jon Escombe
Josh Green wrote: FluidSynth is a bit overdue for a release. Provided everything seems to be working as it should (feedback anyone?), a release could be made and then indent could be run on all the code and checked in. That would give us a new start as far as formatting is concerned. Hi, I'

[fluid-dev] Re: fluid-dev Digest, Vol 69, Issue 3

2009-01-08 Thread Stéphane Letz
I think that the best solution would be to properly package Fluidsynth, maybe as a Fink package, and also the applications depending on it. Not sure why there is not a Fluidsynth package in Fink yet. Fluidsynth was submitted as a fink package a year ago but since this required an external

Re: [fluid-dev] Re: fluid-dev Digest, Vol 69, Issue 3

2009-01-08 Thread Miguel Lobo
> In case it helps here are source file of CoreMidi input for LinuxSampler: Those files are GPL-licensed, while fluidsynth is distributed under the LGPL. Anyone thinking of using those files as inspiration for a fluidsynth driver should be very careful. -- Miguel Check out Gleam, an LGPL sound

[fluid-dev] Licenses compatibility

2009-01-08 Thread Pedro Lopez-Cabanillas
Miguel Lobo wrote: > > In case it helps here are source file of CoreMidi input for LinuxSampler: > > Those files are GPL-licensed, while fluidsynth is distributed under > the LGPL. Anyone thinking of using those files as inspiration for a > fluidsynth driver should be very careful. You are kiddin

Re: [fluid-dev] Spreading fluidsynth as binary

2009-01-08 Thread Pedro Lopez-Cabanillas
Josh Green wrote: > On Wed, 2009-01-07 at 20:19 -0500, Ebrahim Mayat wrote: > > One workaround that I had suggested to Josh was to add CoreMIDI support > > to fluidsynth. > > > > E > > I remember now.. So adding CoreMIDI support is the key. OK. Ticket #18 opened and assigned to me. http://fluidsy

Re: [fluid-dev] Spreading fluidsynth as binary

2009-01-08 Thread Josh Green
On Thu, 2009-01-08 at 21:23 +0100, Pedro Lopez-Cabanillas wrote: > Josh Green wrote: > > On Wed, 2009-01-07 at 20:19 -0500, Ebrahim Mayat wrote: > > > One workaround that I had suggested to Josh was to add CoreMIDI support > > > to fluidsynth. > > > > > > E > > > > I remember now.. So adding CoreM

Re: [fluid-dev] Licenses compatibility

2009-01-08 Thread Miguel Lobo
>> Those files are GPL-licensed, while fluidsynth is distributed under >> the LGPL. Anyone thinking of using those files as inspiration for a >> fluidsynth driver should be very careful. > > You are kidding, I suppose. Nope. Admittedly, I am not a lawyer, even less so an IP lawyer, so I can only

Re: [fluid-dev] Licenses compatibility

2009-01-08 Thread Rui Nuno Capela
Miguel Lobo wrote: >>> Those files are GPL-licensed, while fluidsynth is distributed under >>> the LGPL. Anyone thinking of using those files as inspiration for a >>> fluidsynth driver should be very careful. >> You are kidding, I suppose. > > Nope. Admittedly, I am not a lawyer, even less so an

[fluid-dev] Re: fluid-dev Digest, Vol 69, Issue 4

2009-01-08 Thread Stéphane Letz
Message: 3 Date: Thu, 8 Jan 2009 21:15:35 +0100 From: Pedro Lopez-Cabanillas Subject: [fluid-dev] Licenses compatibility To: fluid-dev@nongnu.org Message-ID: <200901082115.35753.pedro.lopez.cabanil...@gmail.com> Content-Type: text/plain; charset="iso-8859-1" Miguel Lobo wrote: In case it helps

Re: [fluid-dev] Re: fluid-dev Digest, Vol 69, Issue 4

2009-01-08 Thread Bernat Arlandis i Mañó
Well, I has asbolutely no special "funning" idea when showing this code and just completely forgot about licencing issue. Since obviously the MidiShare dependancy is an issue in this case, I was thinking that "looking" at some code (basicaly showing how to use the CoreMidi API completely outs

Re: [fluid-dev] Re: fluid-dev Digest, Vol 69, Issue 4

2009-01-08 Thread Pedro Lopez-Cabanillas
Stéphane Letz wrote: > Well, I has asbolutely no special "funning" idea when showing this > code and just completely forgot about licencing issue. Since > obviously the MidiShare dependancy is an issue in this case, I was > thinking that "looking" at some code (basicaly showing how to use the > Cor

Re: [fluid-dev] About documentation and code

2009-01-08 Thread Bernat Arlandis i Mañó
Josh Green escrigué: Originally the author (Peter Hanappe) did not want FluidSynth to have any external dependencies. In particular the SoundFont loading code was borrowed from my previous application Smurf SoundFont Editor and also Swami. Rather than depending on the glib library, he opted to

Re: [fluid-dev] About documentation and code

2009-01-08 Thread Josh Green
On Fri, 2009-01-09 at 00:28 +0100, Bernat Arlandis i Mañó wrote: > I think this would ease development in the long term by reducing the > amount of code. If you all agree we can entirely drop that "no external > dependencies" requirement unless there's some problem. Changing the code to use glib

[fluid-dev] New CoreMIDI driver for Mac OSX

2009-01-08 Thread Pedro Lopez-Cabanillas
Hi, I've checked in (SVN repository) a new driver providing CoreMIDI support. It's very basic with no settings, but functional. Please test, and provide comments, bug reports or any other feedback here or into the ticket http://fluidsynth.resonance.org/trac/ticket/18 Regards, Pedro