/[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 1991 by schoenebeck, Wed Aug 26 09:16:47 2009 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 117  Line 126 
126          </tbody>          </tbody>
127          </table>          </table>
128          <br>          <br>
129          See <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/*checkout*/libgig/ChangeLog?rev=HEAD&content-type=text/plain">          See <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/ChangeLog">
130          Changelog</a> for details.          Changelog</a> for details.
131      </p>      </p>
132    
# 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 220  Line 240 
240      (Sorry, these UML diagrams are a bit outdated).      (Sorry, these UML diagrams are a bit outdated).
241      </p>      </p>
242    
243      <a name="cvs"></a>      <a name="svn"></a>
244      <h1>CVS</h1>      <h1>Subversion</h1>
245      <p>      <p>
246        You can check out the latest development version of libgig from the        You can check out the latest development version of libgig from the
247        LinuxSampler CVS server:        LinuxSampler Subversion server:
248      </p>      </p>
249      <p>      <p>
250        <table border="1">        <table border="1">
251          <tbody>          <tbody>
252            <tr><TD>cvs -z3 -d:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler co libgig</TD></tr>            <tr><TD>svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig</TD></tr>
253          </tbody>          </tbody>
254        </table>        </table>
255      </p>      </p>
256      <p>      <p>
257       You can also <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/libgig/">browse the libgig CVS repository</a>.       You can also <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/">browse the libgig Subversion repository</a>.
258      </p>      </p>
259    
260      <a name="author"></a>      <a name="author"></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.1991  
changed lines
  Added in v.2822

  ViewVC Help
Powered by ViewVC