-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I can't imagine the license being a problem. Doesn't everyone love the GPL? :-)
Besides, lots of LPGL programs link with GPL programs.
IIRC, the typical approach is to make it optional at build time via a
"./configure --disable-osc" flag, so that p
I added OSC support to FluidSynth one time using liblo and it was
pretty straightforward (I'll see if I can find the code). I meant to
submit the patch, but then I realized that liblo is GPL licensed while
FluidSynth is LGPL. I never got around to figuring out if there was a
way to resolve thing
Hi list,
We have this code in fluid_synth.c:
#define DITHER_SIZE 48000
#define DITHER_CHANNELS 2
static float rand_table[DITHER_CHANNELS][DITHER_SIZE];
static void init_dither(void)
{
float d, dp;
int c, i;
for (c = 0; c < DITHER_CHANNELS; c++) {
dp = 0;
for (i = 0; i < DITHER_SIZE-1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Fri, Apr 20, 2007 at 08:55:28PM +0200, Josh Green wrote:
> On Fri, 2007-04-20 at 19:42 +0200, Miguel Lobo wrote:
> > Hi Josh,
> >
> > Glad to hear you like the idea!
> >
>
Another thing to add to the list: OSC support, at least for the kind of
On Mon, 7 May 2007 10:31:19 +0200
Antoine Schmitt <[EMAIL PROTECTED]> wrote:
> Thanks Mihail,
> do you mean that you tested my midi file on your system and you also
> fails to hear (some of) the drums ?
> Please can you let me know what your context is ? platform, software,
> libraries, versio
Thanks Mihail,
do you mean that you tested my midi file on your system and you also
fails to hear (some of) the drums ?
Please can you let me know what your context is ? platform, software,
libraries, version, etc...
Thanks !
Le 4 mai 07 à 15:19, Mihail Zenkov a écrit :
On Fri, 4 May 2007