/[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 1834 by schoenebeck, Mon Feb 16 08:12:55 2009 UTC revision 3390 by schoenebeck, Sun Dec 3 14:49:01 2017 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.1.0</td>
44                <td><a href="http://download.linuxsampler.org/packages/libgig-4.1.0.tar.bz2">libgig-4.1.0.tar.bz2</a></td>
45                <td>526k</td>
46                <td>25-Nov-2017 13:52</td>
47            </tr>
48            <tr>
49                <td>4.0.0</td>
50                <td><a href="http://download.linuxsampler.org/packages/libgig-4.0.0.tar.bz2">libgig-4.0.0.tar.bz2</a></td>
51                <td>684k</td>
52                <td>14-Jul-2015 18:36</td>
53            </tr>
54                    <tr>
55                            <td>3.3.0</td>
56                            <td><a href="http://download.linuxsampler.org/packages/libgig-3.3.0.tar.bz2">libgig-3.3.0.tar.bz2</a></td>
57                            <td>330k</td>
58                            <td>30-Jul-2009 10:35</td>
59                    </tr>
60                    <tr>
61                            <td>3.2.1</td>
62                            <td><a href="http://download.linuxsampler.org/packages/libgig-3.2.1.tar.bz2">libgig-3.2.1.tar.bz2</a></td>
63                            <td>316k</td>
64                            <td>05-Dec-2007 16:33</td>
65                    </tr>
66                  <tr>                  <tr>
67                          <td>3.2.0</td>                          <td>3.2.0</td>
68                          <td><a href="http://download.linuxsampler.org/packages/libgig-3.2.0.tar.bz2">libgig-3.2.0.tar.bz2</a></td>                          <td><a href="http://download.linuxsampler.org/packages/libgig-3.2.0.tar.bz2">libgig-3.2.0.tar.bz2</a></td>
# Line 105  Line 132 
132          </tbody>          </tbody>
133          </table>          </table>
134          <br>          <br>
135          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">
136          Changelog</a> for details.          Changelog</a> for details.
137      </p>      </p>
138    
# Line 124  Line 151 
151      <ul>      <ul>
152        <li><b>gigextract</b> (Extracts samples from a .gig file)</li>        <li><b>gigextract</b> (Extracts samples from a .gig file)</li>
153        <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>
154          <li><b>gigmerge</b> (Merges several .gig files to one .gig file)</li>
155          <li><b>gig2mono</b> (Converts .gig files from stereo to mono)</li>
156          <li><b>gig2stereo</b> (Converts .gig files to true interleaved stereo sounds)</li>
157          <li><b>korgdump</b> (Prints out the content of the various KORG file types)</li>
158          <li><b>korg2gig</b> (Convert KORG sound file to Gigasampler/GigaStudio format)</li>
159          <li><b>sf2dump</b> (Prints out the content of a .sf2 file)</li>
160          <li><b>sf2extract</b> (Extracts audio samples from a .sf2 file)</li>
161          <li><b>akaidump</b> (Dump an AKAI media i.e. from a CDROM drive as disk image file
162                     to your hard disk drive)</li>
163          <li><b>akaiextract</b> (Extracts samples from an Akai disk image, either from a media
164                     i.e. CDROM or Zip drive, from a AKAI disk image file)</li>
165        <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>
166        <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>
167      </ul>      </ul>
# Line 131  Line 169 
169      <a name="doc"></a>      <a name="doc"></a>
170      <h1>Documentation</h1>      <h1>Documentation</h1>
171      <p>      <p>
172        Online API Documentation for the latest libgig version        Online API Documentation for the latest libgig version (automatically updated to latest version from SVN)
173        (<a href="http://download.linuxsampler.org/doc/libgig/api/">HTML</a>)        (<a href="http://download.linuxsampler.org/doc/libgig/api/">HTML</a>)
174      </p>      </p>
175      <p>      <p>
176        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>)
177      </p>      </p>
178    
179      <a name="examples"></a>      <a name="examples"></a>
# Line 150  Line 188 
188        <li><a href="examples/riffwritedemo.cpp"><b>riffwritedemo.cpp</b></a> (demonstrates how to create and modify RIFF files in general)</li>        <li><a href="examples/riffwritedemo.cpp"><b>riffwritedemo.cpp</b></a> (demonstrates how to create and modify RIFF files in general)</li>
189      </ul>      </ul>
190    
191        <a name="apps"></a>
192        <h1>Applications</h1>
193        <p>
194          Besides <a href="http://www.linuxsampler.org">LinuxSampler</a> and its
195          related programs (e.g. qsampler, gigedit), the following third party
196          applications are also using libgig to access Gigasampler format files:
197          <ul>
198            <li><a href="http://www.wikid.co.uk/capture/">Capture</a></li>
199          </ul>
200          You are also using libgig for your application? Please let me know!
201        </p>
202    
203      <a name="diagrams"></a>      <a name="diagrams"></a>
204      <h1>Diagrams</h1>      <h1>Diagrams</h1>
205      <p>      <p>
# Line 196  Line 246 
246      (Sorry, these UML diagrams are a bit outdated).      (Sorry, these UML diagrams are a bit outdated).
247      </p>      </p>
248    
249      <a name="cvs"></a>      <a name="svn"></a>
250      <h1>CVS</h1>      <h1>Subversion</h1>
251      <p>      <p>
252        You can check out the latest development version of libgig from the        You can check out the latest development version of libgig from the
253        LinuxSampler CVS server:        LinuxSampler Subversion server:
254      </p>      </p>
255      <p>      <p>
256        <table border="1">        <table border="1">
257          <tbody>          <tbody>
258            <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>
259          </tbody>          </tbody>
260        </table>        </table>
261      </p>      </p>
262      <p>      <p>
263       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>.
264      </p>      </p>
265    
266      <a name="author"></a>      <a name="author"></a>
# Line 223  Line 273 
273      <h1>Licensing</h1>      <h1>Licensing</h1>
274      <p>      <p>
275        libgig and its tools are released under the        libgig and its tools are released under the
276          <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>,
277         except the AKAI classes which are released under the
278         <a href="http://www.gnu.org/copyleft/lgpl.html">GNU Lesser General Public License</a>
279      </p>      </p>
280    
281      <a name="contact"></a>      <a name="contact"></a>

Legend:
Removed from v.1834  
changed lines
  Added in v.3390

  ViewVC Help
Powered by ViewVC