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

Diff of /web/trunk/www.linuxsampler.org/documentation.html

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

revision 2479 by persson, Sat Oct 26 11:51:13 2013 UTC revision 2653 by schoenebeck, Thu Jun 19 11:12:13 2014 UTC
# Line 266  src="//pagead2.googlesyndication.com/pag Line 266  src="//pagead2.googlesyndication.com/pag
266    
267                          <h2>libgig</h2>                          <h2>libgig</h2>
268                          <p class="default">                          <p class="default">
269                          libgig is a C++ library used to load and modify Gigasampler format files.                          libgig is a C++ library used to load and modify instrument files,
270                supporting the Gigasampler / GigaStudio file format, SoundFont file
271                format, KORG file format, AKAI disk image format and the DLS
272                (Downloadable Sounds) file format.<br>
273                <br>
274                          If you're a developer and might want to use libgig, here is its                          If you're a developer and might want to use libgig, here is its
275                          <a href="http://download.linuxsampler.org/doc/libgig/api/">API documentation</a>                          <a href="http://download.linuxsampler.org/doc/libgig/api/">API documentation</a>
276                          (automatically daily updated from CVS).                          (automatically updated from SVN).
277                          </p>                          </p>
278    
279                          <a name="lscp_spec"></a>                          <a name="lscp_spec"></a>
# Line 279  src="//pagead2.googlesyndication.com/pag Line 283  src="//pagead2.googlesyndication.com/pag
283                          liblscp is C library as convenient wrapper around the <i>LinuxSampler Control Protocol</i>.                          liblscp is C library as convenient wrapper around the <i>LinuxSampler Control Protocol</i>.
284                          If you're a developer and might want to use liblscp, here is its                          If you're a developer and might want to use liblscp, here is its
285                          <a href="http://download.linuxsampler.org/doc/liblscp/">API documentation</a>                          <a href="http://download.linuxsampler.org/doc/liblscp/">API documentation</a>
286                          (automatically daily updated from CVS).                          (automatically updated from SVN).
287                          </p>                          </p>
288    
289                          <h2>LSCP Reference</h2>                          <h2>LSCP Reference</h2>
# Line 313  src="//pagead2.googlesyndication.com/pag Line 317  src="//pagead2.googlesyndication.com/pag
317              <td class="decorated">unreleased</td>              <td class="decorated">unreleased</td>
318              <td class="decorated">              <td class="decorated">
319                Very latest draft of the protocol (which usually reflects the                Very latest draft of the protocol (which usually reflects the
320                latest development state from CVS or may even not be implemented                latest development state from SVN or may even not be implemented
321                yet).                yet).
322              </td>              </td>
323            </tr>            </tr>
324            <tr>            <tr>
325                <td class="decorated">LSCP&nbsp;1.6</td>
326                <td class="decorated">
327                  <a href="http://www.linuxsampler.org/api/lscp-1.6.txt">TXT</a>,
328                  <a href="http://www.linuxsampler.org/api/lscp-1.6.html">HTML</a>,
329                  <a href="http://www.linuxsampler.org/api/lscp-1.6.xml">XML</a>
330                </td>
331                <td class="decorated">2014-01-10</td>
332                <td class="decorated">
333                  Protocol specification of a SVN LinuxSampler version (1.0.0.svn25 - svn r2500).
334                </td>
335              </tr>
336              <tr>
337                <td class="decorated">LSCP&nbsp;1.5</td>
338                <td class="decorated">
339                  <a href="http://www.linuxsampler.org/api/lscp-1.5.txt">TXT</a>,
340                  <a href="http://www.linuxsampler.org/api/lscp-1.5.html">HTML</a>,
341                  <a href="http://www.linuxsampler.org/api/lscp-1.5.xml">XML</a>
342                </td>
343                <td class="decorated">2011-06-24</td>
344                <td class="decorated">
345                  Protocol specification of a SVN LinuxSampler version (svn r2188).
346                </td>
347              </tr>
348              <tr>
349              <td class="decorated">LSCP&nbsp;1.4</td>              <td class="decorated">LSCP&nbsp;1.4</td>
350              <td class="decorated">              <td class="decorated">
351                <a href="http://www.linuxsampler.org/api/lscp-1.4.txt">TXT</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.4.txt">TXT</a>,
# Line 326  src="//pagead2.googlesyndication.com/pag Line 354  src="//pagead2.googlesyndication.com/pag
354              </td>              </td>
355              <td class="decorated">2009-07-31</td>              <td class="decorated">2009-07-31</td>
356              <td class="decorated">              <td class="decorated">
357                Protocol specification of the latest official release of LinuxSampler (1.0.0).                Protocol specification of old official LinuxSampler release v1.0.0.
358              </td>              </td>
359            </tr>            </tr>
360            <tr>            <tr>
# Line 338  src="//pagead2.googlesyndication.com/pag Line 366  src="//pagead2.googlesyndication.com/pag
366              </td>              </td>
367              <td class="decorated">2007-12-06</td>              <td class="decorated">2007-12-06</td>
368              <td class="decorated">              <td class="decorated">
369                Protocol specification of the previous official release of LinuxSampler (0.5.1).                Protocol specification of ancient LinuxSampler release (0.5.1).
370              </td>              </td>
371            </tr>            </tr>
372            <tr>            <tr>
# Line 350  src="//pagead2.googlesyndication.com/pag Line 378  src="//pagead2.googlesyndication.com/pag
378              </td>              </td>
379              <td class="decorated">2007-10-15</td>              <td class="decorated">2007-10-15</td>
380              <td class="decorated">              <td class="decorated">
381                Protocol specification old LinuxSampler release (0.5.0).                Protocol specification of ancient LinuxSampler release (0.5.0).
382              </td>              </td>
383            </tr>            </tr>
384            <tr>            <tr>

Legend:
Removed from v.2479  
changed lines
  Added in v.2653

  ViewVC Help
Powered by ViewVC