/[svn]/web/trunk/www.linuxsampler.org/libgig/index.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/libgig/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2179 by persson, Fri Jun 3 15:22:45 2011 UTC revision 2822 by schoenebeck, Sun Jul 19 11:21:04 2015 UTC
# Line 9  Line 9 
9      <center><h1>libgig</h1></center>      <center><h1>libgig</h1></center>
10      <p>      <p>
11          libgig is a C++ library for loading, modifying existing and creating new          libgig is a C++ library for loading, modifying existing and creating new
12          Gigasampler files and DLS (Downloadable Sounds) Level 1/2 files. The          Gigasampler (.gig) files and DLS (Downloadable Sounds) Level 1/2 files, KORG sample
13          source code package includes a couple of command line tools based on the      based instruments (.KSF and .KMP files), SoundFont v2 (.sf2) files and AKAI sampler data.
14            The source code package includes a couple of command line tools based on the
15          library. The library and tools are released in source code format under the          library. The library and tools are released in source code format under the
16          <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.          <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>,
17        except the AKAI classes which are released under the
18        <a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License</a>.
19      </p>      </p>
20      <p>      <p>
21        This library is developed and optimized for POSIX compliant operating        This library is developed and optimized for POSIX compliant operating
# Line 36  Line 39 
39                  </TR>                  </TR>
40          </TH>          </TH>
41          <tbody>          <tbody>
42            <tr>
43                <td>4.0.0</td>
44                <td><a href="http://download.linuxsampler.org/packages/libgig-4.0.0.tar.bz2">libgig-4.0.0.tar.bz2</a></td>
45                <td>684k</td>
46                <td>14-Jul-2015 18:36</td>
47            </tr>
48                  <tr>                  <tr>
49                          <td>3.3.0</td>                          <td>3.3.0</td>
50                          <td><a href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">libgig-3.3.0.tar.bz2</a></td>                          <td><a href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">libgig-3.3.0.tar.bz2</a></td>
# Line 136  Line 145 
145      <ul>      <ul>
146        <li><b>gigextract</b> (Extracts samples from a .gig file)</li>        <li><b>gigextract</b> (Extracts samples from a .gig file)</li>
147        <li><b>gigdump</b> (Prints out the content of a .gig file)</li>        <li><b>gigdump</b> (Prints out the content of a .gig file)</li>
148          <li><b>gigmerge</b> (Merges several .gig files to one .gig file)</li>
149          <li><b>gig2mono</b> (Converts .gig files from stereo to mono)</li>
150          <li><b>gig2stereo</b> (Converts .gig files to true interleaved stereo sounds)</li>
151          <li><b>korgdump</b> (Prints out the content of the various KORG file types)</li>
152          <li><b>korg2gig</b> (Convert KORG sound file to Gigasampler/GigaStudio format)</li>
153          <li><b>sf2dump</b> (Prints out the content of a .sf2 file)</li>
154          <li><b>sf2extract</b> (Extracts audio samples from a .sf2 file)</li>
155          <li><b>akaidump</b> (Dump an AKAI media i.e. from a CDROM drive as disk image file
156                     to your hard disk drive)</li>
157          <li><b>akaiextract</b> (Extracts samples from an Akai disk image, either from a media
158                     i.e. CDROM or Zip drive, from a AKAI disk image file)</li>
159        <li><b>dlsdump</b> (Prints out the content of a DLS file)</li>        <li><b>dlsdump</b> (Prints out the content of a DLS file)</li>
160        <li><b>rifftree</b> (Prints out the RIFF tree structure of an arbitrary RIFF file)</li>        <li><b>rifftree</b> (Prints out the RIFF tree structure of an arbitrary RIFF file)</li>
161      </ul>      </ul>
# Line 143  Line 163 
163      <a name="doc"></a>      <a name="doc"></a>
164      <h1>Documentation</h1>      <h1>Documentation</h1>
165      <p>      <p>
166        Online API Documentation for the latest libgig version        Online API Documentation for the latest libgig version (automatically updated to latest version from SVN)
167        (<a href="http://download.linuxsampler.org/doc/libgig/api/">HTML</a>)        (<a href="http://download.linuxsampler.org/doc/libgig/api/">HTML</a>)
168      </p>      </p>
169      <p>      <p>
170        Kick start documentation for libgig (<a href="http://download.linuxsampler.org/doc/libgig/Introduction.sxw">OpenOffice</a>, <a href="http://download.linuxsampler.org/doc/libgig/Introduction.pdf">PDF</a>)        Old kick start documentation for libgig (<a href="http://download.linuxsampler.org/doc/libgig/Introduction.sxw">OpenOffice</a>, <a href="http://download.linuxsampler.org/doc/libgig/Introduction.pdf">PDF</a>)
171      </p>      </p>
172    
173      <a name="examples"></a>      <a name="examples"></a>
# Line 247  Line 267 
267      <h1>Licensing</h1>      <h1>Licensing</h1>
268      <p>      <p>
269        libgig and its tools are released under the        libgig and its tools are released under the
270          <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.          <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>,
271         except the AKAI classes which are released under the
272         <a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License</a>
273      </p>      </p>
274    
275      <a name="contact"></a>      <a name="contact"></a>

Legend:
Removed from v.2179  
changed lines
  Added in v.2822

  ViewVC Help
Powered by ViewVC