[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Getting all instrument names from a loaded soundfont fil
From: |
Kjetil Matheussen |
Subject: |
Re: [fluid-dev] Getting all instrument names from a loaded soundfont file |
Date: |
Thu, 11 Jul 2019 17:13:59 +0200 |
On Thu, Jul 11, 2019 at 11:34 AM Kjetil Matheussen
<address@hidden> wrote:
>
> On Thu, Jul 11, 2019 at 11:30 AM Reinhold Hoffmann
> <address@hidden> wrote:
> >
> > Hi Kjetil,
> >
> > Thanks for the immediate response. libgig and the code sample really looks
> > good, simple and easy. However, libgig is under the GPL license. Our
> > software is a commercial software where we use the libfluidsynth library
> > strictly under the LGPL license. libgig does not offer the LGPL license but
> > only the GPL license which we therefore cannot use.
> >
>
> It's probably not much work parsing the soundfont files manually...
Here's the spec: http://www.synthfont.com/sfspec24.pdf
It's a common RIFF structure. In my experience, writing code to read
and write riff files directly are often faster than trying to
understand a 3rd party API.
Re: [fluid-dev] Getting all instrument names from a loaded soundfont file, Tom M., 2019/07/11