/[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 2379 by schoenebeck, Sun Nov 4 14:46:28 2012 UTC revision 2656 by schoenebeck, Thu Jun 19 13:36:49 2014 UTC
# Line 165  google_ad_height = 600; Line 165  google_ad_height = 600;
165  //-->  //-->
166  </script>  </script>
167  <script type="text/javascript"  <script type="text/javascript"
168  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">  src="//pagead2.googlesyndication.com/pagead/show_ads.js">
169  </script>  </script>
170  </center>  </center>
171  </div>  </div>
# Line 217  src="http://pagead2.googlesyndication.co Line 217  src="http://pagead2.googlesyndication.co
217            <tr>            <tr>
218              <td class="decorated"><a href="osx.html">OS X HOWTO</a></td>              <td class="decorated"><a href="osx.html">OS X HOWTO</a></td>
219              <td class="decorated">              <td class="decorated">
220                LinuxSampler quickstart guide for the Apple OS X operating system.                LinuxSampler quickstart guide for the Apple OS X operating system (<b>Note:</b> Completely out-dated!).
221              </td>              </td>
222            </tr>            </tr>
223            <tr>            <tr>
# Line 251  src="http://pagead2.googlesyndication.co Line 251  src="http://pagead2.googlesyndication.co
251                          for a short tutorial. Please notice that this quickstart document                          for a short tutorial. Please notice that this quickstart document
252                          is automatically generated from CVS and thus might reflect                          is automatically generated from CVS and thus might reflect
253                          features and behaviors only available in the very latest, bleeding                          features and behaviors only available in the very latest, bleeding
254                          edge development version of gigedit from CVS.                          edge development version of gigedit from CVS.<br>
255                <br>
256                <b>Note:</b> The gigedit documentation is currently completely out-dated!
257                          </p>                          </p>
258    
259                          <h2><a  name="jsampler">JSampler</a></h2>                          <h2><a  name="jsampler">JSampler</a></h2>
# Line 266  src="http://pagead2.googlesyndication.co Line 268  src="http://pagead2.googlesyndication.co
268    
269                          <h2>libgig</h2>                          <h2>libgig</h2>
270                          <p class="default">                          <p class="default">
271                          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,
272                supporting the Gigasampler / GigaStudio file format, SoundFont file
273                format, KORG file format, AKAI disk image format and the DLS
274                (Downloadable Sounds) file format.<br>
275                <br>
276                          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
277                          <a href="http://download.linuxsampler.org/doc/libgig/api/">API documentation</a>                          <a href="http://download.linuxsampler.org/doc/libgig/api/">API documentation</a>
278                          (automatically daily updated from CVS).                          (automatically updated from SVN).
279                          </p>                          </p>
280    
281                          <a name="lscp_spec"></a>                          <a name="lscp_spec"></a>
# Line 279  src="http://pagead2.googlesyndication.co Line 285  src="http://pagead2.googlesyndication.co
285                          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>.
286                          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
287                          <a href="http://download.linuxsampler.org/doc/liblscp/">API documentation</a>                          <a href="http://download.linuxsampler.org/doc/liblscp/">API documentation</a>
288                          (automatically daily updated from CVS).                          (automatically updated from SVN).
289                          </p>                          </p>
290    
291                          <h2>LSCP Reference</h2>                          <h2>LSCP Reference</h2>
# Line 313  src="http://pagead2.googlesyndication.co Line 319  src="http://pagead2.googlesyndication.co
319              <td class="decorated">unreleased</td>              <td class="decorated">unreleased</td>
320              <td class="decorated">              <td class="decorated">
321                Very latest draft of the protocol (which usually reflects the                Very latest draft of the protocol (which usually reflects the
322                latest development state from CVS or may even not be implemented                latest development state from SVN or may even not be implemented
323                yet).                yet).
324              </td>              </td>
325            </tr>            </tr>
326            <tr>            <tr>
327                <td class="decorated">LSCP&nbsp;1.6</td>
328                <td class="decorated">
329                  <a href="http://www.linuxsampler.org/api/lscp-1.6.txt">TXT</a>,
330                  <a href="http://www.linuxsampler.org/api/lscp-1.6.html">HTML</a>,
331                  <a href="http://www.linuxsampler.org/api/lscp-1.6.xml">XML</a>
332                </td>
333                <td class="decorated">2014-01-10</td>
334                <td class="decorated">
335                  Protocol specification of a SVN LinuxSampler version (1.0.0.svn25 - svn r2500).
336                </td>
337              </tr>
338              <tr>
339                <td class="decorated">LSCP&nbsp;1.5</td>
340                <td class="decorated">
341                  <a href="http://www.linuxsampler.org/api/lscp-1.5.txt">TXT</a>,
342                  <a href="http://www.linuxsampler.org/api/lscp-1.5.html">HTML</a>,
343                  <a href="http://www.linuxsampler.org/api/lscp-1.5.xml">XML</a>
344                </td>
345                <td class="decorated">2011-06-24</td>
346                <td class="decorated">
347                  Protocol specification of a SVN LinuxSampler version (svn r2188).
348                </td>
349              </tr>
350              <tr>
351              <td class="decorated">LSCP&nbsp;1.4</td>              <td class="decorated">LSCP&nbsp;1.4</td>
352              <td class="decorated">              <td class="decorated">
353                <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="http://pagead2.googlesyndication.co Line 356  src="http://pagead2.googlesyndication.co
356              </td>              </td>
357              <td class="decorated">2009-07-31</td>              <td class="decorated">2009-07-31</td>
358              <td class="decorated">              <td class="decorated">
359                Protocol specification of the latest official release of LinuxSampler (1.0.0).                Protocol specification of old official LinuxSampler release v1.0.0.
360              </td>              </td>
361            </tr>            </tr>
362            <tr>            <tr>
# Line 338  src="http://pagead2.googlesyndication.co Line 368  src="http://pagead2.googlesyndication.co
368              </td>              </td>
369              <td class="decorated">2007-12-06</td>              <td class="decorated">2007-12-06</td>
370              <td class="decorated">              <td class="decorated">
371                Protocol specification of the previous official release of LinuxSampler (0.5.1).                Protocol specification of ancient LinuxSampler release (0.5.1).
372              </td>              </td>
373            </tr>            </tr>
374            <tr>            <tr>
# Line 350  src="http://pagead2.googlesyndication.co Line 380  src="http://pagead2.googlesyndication.co
380              </td>              </td>
381              <td class="decorated">2007-10-15</td>              <td class="decorated">2007-10-15</td>
382              <td class="decorated">              <td class="decorated">
383                Protocol specification old LinuxSampler release (0.5.0).                Protocol specification of ancient LinuxSampler release (0.5.0).
384              </td>              </td>
385            </tr>            </tr>
386            <tr>            <tr>

Legend:
Removed from v.2379  
changed lines
  Added in v.2656

  ViewVC Help
Powered by ViewVC