/[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 1938 by senoner, Mon Jul 13 00:35:50 2009 UTC revision 2305 by schoenebeck, Wed Jan 18 01:48:31 2012 UTC
# Line 109  Line 109 
109    
110  <body>  <body>
111    
112          <div id="mainwindow"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler">          <div id="mainwindow"><div class="lsbackground"><img name="LinuxSampler" src="gfx/lsbackground.jpg" alt="LinuxSampler"></div>
113    
114                  <h1><span class="hidden">The LinuxSampler Project</span></h1>                  <h1><span class="hidden">The LinuxSampler Project</span></h1>
115    
# Line 132  Line 132 
132                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>                          <a id="links" href="links.html" onmouseover="javascript:if(document.images)document.links.src = linksover.src" onmouseout="javascript:if(document.images)document.links.src = linksout.src"><img name="links" src="gfx/mlinks.png" alt="links"></a>
133                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>                          <a id="credits" href="credits.html" onmouseover="javascript:if(document.images)document.credits.src = creditsover.src" onmouseout="javascript:if(document.images)document.credits.src = creditsout.src"><img name="credits" src="gfx/mcredits.png" alt="credits"></a>
134    
135  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="10" height="20">  <div class="boxed">
   
136  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
137  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
138  <input type="hidden" name="hosted_button_id" value="6746056">  <input type="hidden" name="hosted_button_id" value="6746056">
139  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
140  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
141  </form>  </form>
   
142  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
143  <input type="hidden" name="cmd" value="_s-xclick">  <input type="hidden" name="cmd" value="_s-xclick">
144  <input type="hidden" name="hosted_button_id" value="6746149">  <input type="hidden" name="hosted_button_id" value="6746149">
145  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">  <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
146  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">  <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
147  </form>  </form>
148    <a href="donations.html">Why donate?</a>
149    </div>
150    <p>
151    <div class="">
152    <center>
153    <script type="text/javascript"><!--
154    google_ad_client = "pub-3408196773880325";
155    /* 120x600, created 8/3/09 */
156    google_ad_slot = "2910827959";
157    google_ad_width = 120;
158    google_ad_height = 600;
159    //-->
160    </script>
161    <script type="text/javascript"
162    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
163    </script>
164    </center>
165    </div>
166    
167    
168                          </td><td valign=top width="100%">                          </td><td valign=top width="100%">
169                          <div id="contents">                          <div id="contents">
# Line 156  Line 173 
173                          This is still quite under construction. Be welcome to help us with writing some documentation!                          This is still quite under construction. Be welcome to help us with writing some documentation!
174                          </p>                          </p>
175    
176                            <a name="sfz"></a>
177                            <a name="sfz2"></a>
178                            <h2>SFZ(2) format specification and implementation status</h2>
179                            <p class="default">
180                            We are currently in the works of a SFZ(2) format based sampler engine,
181                            as additional powerful sampler engine for LinuxSampler. As there is
182                            currently no official document defining the so called <i>SFZ version 2</i>
183                            format, we created our own <a href="https://docs.google.com/Doc?docid=0AVrDa5LNWylnZGZ6ejk4eHRfNDVjbmsyd3Zmag">SFZ2 reference document</a>,
184                            reflecting the format and the progress of implementation in LinuxSampler's
185                            Subversion developers version. This reference document is currently maintained by
186                            <a href="developers.html#Dahnielson">Anders Dahnielson</a>.
187                            </p>
188    
189                          <a name="windows"></a>                          <a name="windows"></a>
190                          <a name="osx"></a>                          <a name="osx"></a>
191                          <a name="debian"></a>                          <a name="debian"></a>
# Line 192  Line 222 
222              </td>              </td>
223            </tr>            </tr>
224            <tr>            <tr>
225                <td class="decorated"><a href="http://de.musix-wiki.org/index.php?title=LinuxSampler">Debian HOWTO (German)</a></td>
226                <td class="decorated">
227                  Another guide for Debian on an external site, this one in German language.
228                </td>
229              </tr>
230              <tr>
231              <td class="decorated"><a href="msys.html">Windows Build HOWTO</a></td>              <td class="decorated"><a href="msys.html">Windows Build HOWTO</a></td>
232              <td class="decorated">              <td class="decorated">
233                Guide for how to build libgig, linuxsampler and gigedit                Guide for how to build libgig, linuxsampler and gigedit
# Line 266  Line 302 
302              <td class="decorated">              <td class="decorated">
303                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.txt">TXT</a>,                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.txt">TXT</a>,
304                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">HTML</a>,                <a href="http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html">HTML</a>,
305                <a href="http://cvs.linuxsampler.org/cgi-bin/viewcvs.cgi/*checkout*/linuxsampler/Documentation/lscp.xml?rev=HEAD&content-type=text/xml">XML</a>                <a href="http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/linuxsampler/trunk/Documentation/lscp.xml">XML</a>
306              </td>              </td>
307              <td class="decorated">unreleased</td>              <td class="decorated">unreleased</td>
308              <td class="decorated">              <td class="decorated">
# Line 276  Line 312 
312              </td>              </td>
313            </tr>            </tr>
314            <tr>            <tr>
315                <td class="decorated">LSCP&nbsp;1.4</td>
316                <td class="decorated">
317                  <a href="http://www.linuxsampler.org/api/lscp-1.4.txt">TXT</a>,
318                  <a href="http://www.linuxsampler.org/api/lscp-1.4.html">HTML</a>,
319                  <a href="http://www.linuxsampler.org/api/lscp-1.4.xml">XML</a>
320                </td>
321                <td class="decorated">2009-07-31</td>
322                <td class="decorated">
323                  Protocol specification of the latest official release of LinuxSampler (1.0.0).
324                </td>
325              </tr>
326              <tr>
327              <td class="decorated">LSCP&nbsp;1.3</td>              <td class="decorated">LSCP&nbsp;1.3</td>
328              <td class="decorated">              <td class="decorated">
329                <a href="http://www.linuxsampler.org/api/lscp-1.3.txt">TXT</a>,                <a href="http://www.linuxsampler.org/api/lscp-1.3.txt">TXT</a>,
# Line 284  Line 332 
332              </td>              </td>
333              <td class="decorated">2007-12-06</td>              <td class="decorated">2007-12-06</td>
334              <td class="decorated">              <td class="decorated">
335                Protocol specification of the latest official release of LinuxSampler (0.5.1).                Protocol specification of the previous official release of LinuxSampler (0.5.1).
336              </td>              </td>
337            </tr>            </tr>
338            <tr>            <tr>
# Line 296  Line 344 
344              </td>              </td>
345              <td class="decorated">2007-10-15</td>              <td class="decorated">2007-10-15</td>
346              <td class="decorated">              <td class="decorated">
347                Protocol specification of the previous official release of LinuxSampler (0.5.0).                Protocol specification old LinuxSampler release (0.5.0).
348              </td>              </td>
349            </tr>            </tr>
350            <tr>            <tr>
# Line 308  Line 356 
356              </td>              </td>
357              <td class="decorated">2006-11-25</td>              <td class="decorated">2006-11-25</td>
358              <td class="decorated">              <td class="decorated">
359                Protocol specification old LinuxSampler release 0.4.0.                Protocol specification of ancient LinuxSampler release 0.4.0.
360              </td>              </td>
361            </tr>            </tr>
362            <tr>            <tr>

Legend:
Removed from v.1938  
changed lines
  Added in v.2305

  ViewVC Help
Powered by ViewVC